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 1798c24 commit f3b4eb3Copy full SHA for f3b4eb3
platform/source/mbed_sdk_boot.c
@@ -87,6 +87,9 @@ 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
91
+//to the --keep=os_cb_sections linker option
92
+const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {};
93
94
#elif defined (__GNUC__)
95
0 commit comments