stm32u5: fix IAR build.

This commit is contained in:
HiFiPhile 2024-04-23 21:38:04 +02:00 committed by hathach
parent 13bde7af40
commit f32eb07487
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -249,7 +249,7 @@ uint32_t board_millis(void) {
#endif #endif
void HardFault_Handler(void) { void HardFault_Handler(void) {
asm("bkpt"); asm("bkpt 1");
} }
// Required by __libc_init_array in startup code if we are compiling using // Required by __libc_init_array in startup code if we are compiling using