diff options
| author | hathach <[email protected]> | 2018-12-10 20:16:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-10 20:16:26 +0700 |
| commit | 5886ccdb0388345740a7572f26eaa9f167091222 (patch) | |
| tree | e372c056e4a234ab0f9a8dc68cc657805b388d59 /src/host/usbh.c | |
| parent | 4e7596ca9cdde3bd1197cf1853c370d8da48d7a2 (diff) | |
ehci clean up
Diffstat (limited to 'src/host/usbh.c')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 2c2286698..1c698cb35 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -273,7 +273,7 @@ void hcd_event_xfer_complete(uint8_t dev_addr, uint8_t ep_addr, xfer_result_t ev }
else
{
- TU_ASSERT(false, ); // something wrong, no one claims the isr's source
+ TU_BREAKPOINT(); // something wrong, no one claims the isr's source
}
}
}
|
