summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/bsp/stm32u5/family.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32u5/family.c b/hw/bsp/stm32u5/family.c
index d7258a717..ec64f7622 100644
--- a/hw/bsp/stm32u5/family.c
+++ b/hw/bsp/stm32u5/family.c
@@ -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