summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32f2/boards
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-24 18:09:05 +0700
committerhathach <[email protected]>2023-06-24 18:09:05 +0700
commitdbf7534cd4bcc3a11c1159a42f252d4166bf3afb (patch)
treea17776930d9c26d67478629f34d135a73b074605 /hw/bsp/stm32f2/boards
parentedbf06aaab9ac7cf098f1170a7a9861f5cf3572e (diff)
update all stm32 to use new enhance make
Diffstat (limited to 'hw/bsp/stm32f2/boards')
-rw-r--r--hw/bsp/stm32f2/boards/stm32f207nucleo/stm32f207nucleo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32f2/boards/stm32f207nucleo/stm32f207nucleo.c b/hw/bsp/stm32f2/boards/stm32f207nucleo/stm32f207nucleo.c
index 48203b787..020f21cb1 100644
--- a/hw/bsp/stm32f2/boards/stm32f207nucleo/stm32f207nucleo.c
+++ b/hw/bsp/stm32f2/boards/stm32f207nucleo/stm32f207nucleo.c
@@ -203,7 +203,7 @@ uint32_t board_millis(void)
void HardFault_Handler (void)
{
- asm("bkpt");
+ __asm("BKPT #0\n");
}
// Required by __libc_init_array in startup code if we are compiling using