aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-03-17 08:59:52 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-03-17 08:59:52 +0000
commit7f91456f2a987f5ee0d38c6606f0c48ea65d2f87 (patch)
treefa0fe42e44e498f6a06b06288e4b9b5ab02bb1ea
parent216e5866870ea1794d701ca60cd61f4c0ebc097b (diff)
downloadChibiOS-7f91456f2a987f5ee0d38c6606f0c48ea65d2f87.tar.gz
ChibiOS-7f91456f2a987f5ee0d38c6606f0c48ea65d2f87.tar.bz2
ChibiOS-7f91456f2a987f5ee0d38c6606f0c48ea65d2f87.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7781 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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.
*