git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7781 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2015-03-17 08:59:52 +00:00
parent 216e586687
commit 7f91456f2a
1 changed files with 0 additions and 27 deletions

View File

@ -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.