mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4489 from 0xc0170/fix_issue#4486
mbed sdk boot: fix gcc sw init hook attributepull/4478/head^2
commit
6d34b86f5d
|
@ -67,7 +67,7 @@ void _platform_post_stackheap_init(void)
|
|||
|
||||
extern int __real_main(void);
|
||||
|
||||
__attribute__((naked)) void software_init_hook(void)
|
||||
void software_init_hook(void)
|
||||
{
|
||||
mbed_sdk_init();
|
||||
software_init_hook_rtos();
|
||||
|
|
Loading…
Reference in New Issue