fixed astyle issue

pull/11894/head
Rajkumar Kanagaraj 2019-10-18 03:06:19 -07:00 committed by adbridge
parent ab16796967
commit fee21011dd
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ void _platform_post_stackheap_init(void)
us_ticker_init(); us_ticker_init();
#endif #endif
} }
//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
//to the --keep=os_cb_sections linker option //to the --keep=os_cb_sections linker option
const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {}; const uint32_t os_cb_sections[] __attribute__((section(".rodata"))) = {};