git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8719 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ff7d09e74c
commit
53f077dd66
|
@ -548,7 +548,7 @@ static inline void osalSysUnlockFromISR(void) {
|
|||
*
|
||||
* @xclass
|
||||
*/
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
|
||||
return chSysGetStatusAndLockX();
|
||||
}
|
||||
|
|
|
@ -664,7 +664,7 @@ static inline void osalSysUnlockFromISR(void) {
|
|||
*
|
||||
* @xclass
|
||||
*/
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
syssts_t sts;
|
||||
|
||||
#if CORTEX_MODEL == 0
|
||||
|
|
|
@ -539,7 +539,7 @@ static inline void osalSysUnlockFromISR(void) {
|
|||
*
|
||||
* @xclass
|
||||
*/
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
|
||||
return chSysGetStatusAndLockX();
|
||||
}
|
||||
|
|
|
@ -561,7 +561,7 @@ static inline void osalSysUnlockFromISR(void) {
|
|||
*
|
||||
* @xclass
|
||||
*/
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
static inline syssts_t osalSysGetStatusAndLockX(void) {
|
||||
|
||||
return (syssts_t)0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue