mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-22 08:58:07 +08:00
Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode.
This commit is contained in:
@ -231,7 +231,6 @@ extern volatile unsigned portLONG ulCriticalNesting; \
|
||||
|
||||
#else
|
||||
|
||||
#define portDISABLE_INTERRUPTS() \
|
||||
#define portDISABLE_INTERRUPTS() \
|
||||
asm volatile ( \
|
||||
"STMDB SP!, {R0} \n\t" /* Push R0. */ \
|
||||
|
Reference in New Issue
Block a user