add verify_breakpoint hw independence

This commit is contained in:
hathach
2018-03-28 15:23:33 +07:00
parent 03a4f02b89
commit ccf6f03817
7 changed files with 26 additions and 37 deletions

View File

@@ -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;