git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7781 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
216e586687
commit
7f91456f2a
|
@ -403,33 +403,6 @@ extern "C" {
|
||||||
/* Module inline functions. */
|
/* 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.
|
* @brief Enters a critical zone from thread context.
|
||||||
* @note This function cannot be used for reentrant critical zones.
|
* @note This function cannot be used for reentrant critical zones.
|
||||||
|
|
Loading…
Reference in New Issue