Removed spurious second portDISABLE_INTERRUPTS when compiling for ARM mode.

pull/1/head
Richard Barry 19 years ago
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…
Cancel
Save