update stm32wb linker to match new startup
This commit is contained in:
@@ -184,8 +184,7 @@ void HardFault_Handler(void) {
|
||||
asm("bkpt 1");
|
||||
}
|
||||
|
||||
// Required by __libc_init_array in startup code if we are compiling using
|
||||
// -nostdlib/-nostartfiles.
|
||||
// Required by __libc_init_array in startup code if we are compiling using -nostdlib/-nostartfiles.
|
||||
void _init(void);
|
||||
void _init(void) {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user