summaryrefslogtreecommitdiff
path: root/src/device
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/device
parent55427606ef7fbdafa5a9da6b8a0f798dcb619817 (diff)
rename verify_breakpoint to TU_BREAKPOINT
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index f35671f17..1e96983b1 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -274,7 +274,7 @@ static tusb_error_t usbd_main_st(void)
}
else
{
- verify_breakpoint();
+ TU_BREAKPOINT();
}
}