Update

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
omassanet
Date:
Thu Jul 21 14:45:51 2016 +0000
Parent:
117:4c105b8d7cae
Commit message:
Updated

Changed in this revision

rtx/TARGET_CORTEX_M/cmsis_os.h Show annotated file Show diff for this revision Revisions of this file
diff -r 4c105b8d7cae -r f3ee529470f1 rtx/TARGET_CORTEX_M/cmsis_os.h
--- a/rtx/TARGET_CORTEX_M/cmsis_os.h	Mon May 23 11:00:15 2016 +0100
+++ b/rtx/TARGET_CORTEX_M/cmsis_os.h	Thu Jul 21 14:45:51 2016 +0000
@@ -57,9 +57,9 @@
 #define CMSIS_OS_RTX
 
 // __MBED_CMSIS_RTOS_CM captures our changes to the RTX kernel
-#define __MBED_CMSIS_RTOS_CM
+//#define __MBED_CMSIS_RTOS_CM
 // we use __CMSIS_RTOS version, which changes some API in the kernel
-#define __CMSIS_RTOS
+//#define __CMSIS_RTOS
 
 // The stack space occupied is mainly dependent on the underling C standard library
 #if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD) || defined(TOOLCHAIN_IAR)