rename verify_breakpoint to TU_BREAKPOINT

This commit is contained in:
hathach
2018-10-24 12:37:43 +07:00
parent 55427606ef
commit bfa10016ae
5 changed files with 15 additions and 15 deletions

View File

@@ -274,7 +274,7 @@ static tusb_error_t usbd_main_st(void)
}
else
{
verify_breakpoint();
TU_BREAKPOINT();
}
}