mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
Use USBHS_Handler
This commit is contained in:
parent
f52e1889c7
commit
d0dd3c77ff
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user