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.
1 parent f3b4eb3 commit b88b6a5Copy full SHA for b88b6a5
platform/source/mbed_sdk_boot.c
@@ -87,7 +87,7 @@ void _platform_post_stackheap_init(void)
87
us_ticker_init();
88
#endif
89
}
90
-//Define an empty os_cb_sections to remove a RTX warning when building with no RTOS due
+//Define an empty os_cb_sections to remove a RTX warning when building with no RTOS due
91
//to the --keep=os_cb_sections linker option
92
const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {};
93
0 commit comments