Skip to content

Commit 79147a2

Browse files
committed
Incorporated the below review comment
-Repharase source code comment
1 parent 22a2cd4 commit 79147a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/source/mbed_sdk_boot.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ void _platform_post_stackheap_init(void)
8787
us_ticker_init();
8888
#endif
8989
}
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.
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
9292
const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {};
9393

9494
#elif defined (__GNUC__)

0 commit comments

Comments
 (0)