Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Dependents: DISCO-F746NG_rtos_test ecte433
Fork of mbed-rtos by
Diff: rtx/TARGET_CORTEX_M/rt_CMSIS.c
- Revision:
- 72:83895f30f8f2
- Parent:
- 70:3295e347fd88
- Child:
- 96:8ac966e2cd3f
--- a/rtx/TARGET_CORTEX_M/rt_CMSIS.c Wed Apr 08 07:46:03 2015 +0100 +++ b/rtx/TARGET_CORTEX_M/rt_CMSIS.c Fri Apr 10 07:16:43 2015 +0100 @@ -1862,7 +1862,7 @@ return osMessagePut(*((void **)queue_id), (uint32_t)mail, 0); } -#ifdef __arm__ +#ifdef __CC_ARM #pragma push #pragma Ospace #endif // __arm__ @@ -1880,6 +1880,6 @@ return ret; } -#ifdef __arm__ +#ifdef __CC_ARM #pragma pop #endif // __arm__
sabme ua
