We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3d9192 + 0fd3721 commit 11c482cCopy full SHA for 11c482c
rtos/rtx/TARGET_CORTEX_M/cmsis_os.h
@@ -57,9 +57,13 @@
57
#define CMSIS_OS_RTX
58
59
// __MBED_CMSIS_RTOS_CM captures our changes to the RTX kernel
60
+#ifndef __MBED_CMSIS_RTOS_CM
61
#define __MBED_CMSIS_RTOS_CM
62
+#endif
63
// we use __CMSIS_RTOS version, which changes some API in the kernel
64
+#ifndef __CMSIS_RTOS
65
#define __CMSIS_RTOS
66
67
68
// The stack space occupied is mainly dependent on the underling C standard library
69
#if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD) || defined(TOOLCHAIN_IAR)
0 commit comments