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 22a2cd4 commit 79147a2Copy full SHA for 79147a2
platform/source/mbed_sdk_boot.c
@@ -87,8 +87,8 @@ void _platform_post_stackheap_init(void)
87
us_ticker_init();
88
#endif
89
}
90
-// The below resolves the missing variable warning while config with --keep command with os_cb_sections
91
-// Arm Compiler 6 version 6.12 and earlier versions are affected.
+//Define an empty os_cb_sections to remove a RTX warning when building with no RTOS due
+//to the --keep=os_cb_sections linker option
92
const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {};
93
94
#elif defined (__GNUC__)
0 commit comments