summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasterPhi <[email protected]>2021-07-18 22:03:45 +0200
committerMasterPhi <[email protected]>2021-07-18 22:03:45 +0200
commitd0dd3c77ff7cffddbcc177d0ed48acd7a70f74a8 (patch)
tree00e0dabf6e4d0f7fff021dde59e7af088932268c
parentf52e1889c7f4bca23311a97b5869eab70c766094 (diff)
Use USBHS_Handler
-rw-r--r--hw/bsp/same70_xplained/same70_xplained.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same70_xplained/same70_xplained.c b/hw/bsp/same70_xplained/same70_xplained.c
index e34b5d35d..f897798e7 100644
--- a/hw/bsp/same70_xplained/same70_xplained.c
+++ b/hw/bsp/same70_xplained/same70_xplained.c
@@ -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);