clean up warning

This commit is contained in:
hathach
2021-07-19 12:08:01 +07:00
parent 8cae17bfc8
commit 05f59fb8ed
3 changed files with 2 additions and 9 deletions
+1 -3
View File
@@ -111,9 +111,7 @@ void board_init(void)
//--------------------------------------------------------------------+
void USBHS_Handler(void)
{
#if CFG_TUSB_RHPORT0_MODE & OPT_MODE_DEVICE
tud_int_handler(0);
#endif
tud_int_handler(0);
}
//--------------------------------------------------------------------+