Use USBHS_Handler

This commit is contained in:
MasterPhi 2021-07-18 22:03:45 +02:00
parent f52e1889c7
commit d0dd3c77ff
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ void board_init(void)
//--------------------------------------------------------------------+
// USB Interrupt Handler
//--------------------------------------------------------------------+
void UDP_Handler(void)
void USBHS_Handler(void)
{
#if CFG_TUSB_RHPORT0_MODE & OPT_MODE_DEVICE
tud_int_handler(0);