diff options
| author | hathach <[email protected]> | 2023-08-31 16:52:09 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-31 16:52:09 +0700 |
| commit | 3b7d5aa0421f3d3a7ac199de0138dc40141fbddd (patch) | |
| tree | b6dd1ba861749cac1d3e22d4f471e0cac9fb9028 /src/host | |
| parent | 41493426b38c8ce44b1f7720b907538bc5402f98 (diff) | |
improve connection & disconnection detection. But there is still issue when CONDETIRQ occurs but we are disabled interrupt (for osal queue access).
Diffstat (limited to 'src/host')
| -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 12a7f5839..bacb3a719 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -852,7 +852,7 @@ bool usbh_edpt_xfer_with_callback(uint8_t dev_addr, uint8_t ep_addr, uint8_t * b ep_state->busy = 0; ep_state->claimed = 0; TU_LOG1("Failed\r\n"); - TU_BREAKPOINT(); +// TU_BREAKPOINT(); return false; } } |
