diff options
| author | hathach <[email protected]> | 2018-03-28 15:23:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-28 15:24:55 +0700 |
| commit | ccf6f03817daf860173a41d72454ae23b2eab974 (patch) | |
| tree | 1aa8d830966e87c7450a6f0ad6fd1201a112db90 /tinyusb/class | |
| parent | 03a4f02b89ccd4bddbfa0b117771ca1905d9f4a6 (diff) | |
add verify_breakpoint hw independence
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/msc/msc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/msc/msc_device.c b/tinyusb/class/msc/msc_device.c index 6f0e6b69b..cbee1312e 100644 --- a/tinyusb/class/msc/msc_device.c +++ b/tinyusb/class/msc/msc_device.c @@ -251,7 +251,7 @@ tusb_error_t mscd_xfer_cb(uint8_t rhport, uint8_t ep_addr, tusb_event_t event, u }else
{
// unlikely error
- tusb_hal_dbg_breakpoint();
+ verify_breakpoint();
}
break;
|
