From 7f91456f2a987f5ee0d38c6606f0c48ea65d2f87 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 17 Mar 2015 08:59:52 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7781 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/osal/osal.h | 27 --------------------------- 1 file changed, 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 @@ -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. -- cgit v1.2.3