mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 19:19:18 +00:00
Fix STM32L0 IAR build.
This commit is contained in:
parent
402b084646
commit
5f4d6ae20c
@ -163,7 +163,7 @@ uint32_t board_millis(void)
|
||||
|
||||
void HardFault_Handler (void)
|
||||
{
|
||||
asm("bkpt");
|
||||
__asm("BKPT #0\n");
|
||||
}
|
||||
|
||||
#ifdef USE_FULL_ASSERT
|
||||
|
Loading…
x
Reference in New Issue
Block a user