mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 10:45:45 +00:00
Fix STM32L0 IAR build.
This commit is contained in:
@ -163,7 +163,7 @@ uint32_t board_millis(void)
|
||||
|
||||
void HardFault_Handler (void)
|
||||
{
|
||||
asm("bkpt");
|
||||
__asm("BKPT #0\n");
|
||||
}
|
||||
|
||||
#ifdef USE_FULL_ASSERT
|
||||
|
||||
Reference in New Issue
Block a user