mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 13:01:57 -04:00
Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode.
This commit is contained in:
parent
6cc711d33e
commit
b7199e5967
|
@ -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. */ \
|
||||
|
|
Loading…
Reference in a new issue