update stm32wb linker to match new startup

This commit is contained in:
hathach
2025-05-14 15:28:29 +07:00
parent fe4446090e
commit 0ebc91ec97
3 changed files with 33 additions and 19 deletions

View File

@@ -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) {
}