aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/templates/osal/osal.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/os/hal/templates/osal/osal.h b/os/hal/templates/osal/osal.h
index a6bbcca35..234c6adbc 100644
--- a/os/hal/templates/osal/osal.h
+++ b/os/hal/templates/osal/osal.h
@@ -404,33 +404,6 @@ extern "C" {
/*===========================================================================*/
/**
- * @brief Globally enables interrupts.
- *
- * @special
- */
-static inline void osalSysEnable(void) {
-
-}
-
-/**
- * @brief Globally disables interrupts.
- *
- * @special
- */
-static inline void osalSysDisable(void) {
-
-}
-
-/**
- * @brief Waits for an interrupt to occur.
- *
- * @special
- */
-static inline void osalSysWait(void) {
-
-}
-
-/**
* @brief Enters a critical zone from thread context.
* @note This function cannot be used for reentrant critical zones.
*