Skip to content

Commit b88b6a5

Browse files
committed
fixed astyle issue
1 parent f3b4eb3 commit b88b6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/source/mbed_sdk_boot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void _platform_post_stackheap_init(void)
8787
us_ticker_init();
8888
#endif
8989
}
90-
//Define an empty os_cb_sections to remove a RTX warning when building with no RTOS due
90+
//Define an empty os_cb_sections to remove a RTX warning when building with no RTOS due
9191
//to the --keep=os_cb_sections linker option
9292
const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {};
9393

0 commit comments

Comments
 (0)