diff options
| author | MasterPhi <[email protected]> | 2021-07-18 22:03:45 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-07-18 22:03:45 +0200 |
| commit | d0dd3c77ff7cffddbcc177d0ed48acd7a70f74a8 (patch) | |
| tree | 00e0dabf6e4d0f7fff021dde59e7af088932268c | |
| parent | f52e1889c7f4bca23311a97b5869eab70c766094 (diff) | |
Use USBHS_Handler
| -rw-r--r-- | hw/bsp/same70_xplained/same70_xplained.c | 2 |
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); |
