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 71c84e8 + 0562128 commit 43cbc10Copy full SHA for 43cbc10
rtos/TARGET_CORTEX/TOOLCHAIN_IAR/mbed_boot_iar.c
@@ -87,7 +87,7 @@ void __iar_program_start(void)
87
88
void mbed_toolchain_init(void)
89
{
90
-#if defined(__IAR_SYSTEMS_ICC__ ) && (__VER__ >= 8000000)
+#if defined(__IAR_SYSTEMS_ICC__ ) && (__VER__ >= 8000000) && !defined(MBED_RTOS_SINGLE_THREAD)
91
__iar_Initlocks();
92
#endif
93
0 commit comments