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 @@ -403,33 +403,6 @@ extern "C" { /* Module inline functions. */ /*===========================================================================*/ -/** - * @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.