summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-10-24 12:37:43 +0700
committerhathach <[email protected]>2018-10-24 12:37:43 +0700
commitbfa10016ae353779f7b94da31156ac997062322a (patch)
treef06afdf7348ad6b34d90bf2593bf15fea49fca64 /src/host
parent55427606ef7fbdafa5a9da6b8a0f798dcb619817 (diff)
rename verify_breakpoint to TU_BREAKPOINT
Diffstat (limited to 'src/host')
-rw-r--r--src/host/ehci/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/ehci/ehci.c b/src/host/ehci/ehci.c
index 99e7fdb65..c7ff70d70 100644
--- a/src/host/ehci/ehci.c
+++ b/src/host/ehci/ehci.c
@@ -646,7 +646,7 @@ static void qhd_xfer_error_isr(ehci_qhd_t * p_qhd)
p_qhd->total_xferred_bytes += p_qhd->p_qtd_list_head->expected_bytes - p_qhd->p_qtd_list_head->total_bytes;
-// if ( TUSB_EVENT_XFER_ERROR == error_event ) verify_breakpoint(); // TODO skip unplugged device
+// if ( TUSB_EVENT_XFER_ERROR == error_event ) TU_BREAKPOINT(); // TODO skip unplugged device
p_qhd->p_qtd_list_head->used = 0; // free QTD
qtd_remove_1st_from_qhd(p_qhd);