diff options
| author | hathach <[email protected]> | 2018-10-24 12:37:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-10-24 12:37:43 +0700 |
| commit | bfa10016ae353779f7b94da31156ac997062322a (patch) | |
| tree | f06afdf7348ad6b34d90bf2593bf15fea49fca64 /src/class | |
| parent | 55427606ef7fbdafa5a9da6b8a0f798dcb619817 (diff) | |
rename verify_breakpoint to TU_BREAKPOINT
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/msc/msc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_device.c b/src/class/msc/msc_device.c index b050ea705..5a047b016 100644 --- a/src/class/msc/msc_device.c +++ b/src/class/msc/msc_device.c @@ -468,7 +468,7 @@ tusb_error_t mscd_xfer_cb(uint8_t rhport, uint8_t ep_addr, tusb_event_t event, u }else
{
// No other command take more than one transfer yet -> unlikely error
- verify_breakpoint();
+ TU_BREAKPOINT();
}
}
break;
|
