mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
stm32u5: fix IAR build.
This commit is contained in:
parent
13bde7af40
commit
f32eb07487
@ -249,7 +249,7 @@ uint32_t board_millis(void) {
|
||||
#endif
|
||||
|
||||
void HardFault_Handler(void) {
|
||||
asm("bkpt");
|
||||
asm("bkpt 1");
|
||||
}
|
||||
|
||||
// Required by __libc_init_array in startup code if we are compiling using
|
||||
|
Loading…
x
Reference in New Issue
Block a user