diff options
| -rw-r--r-- | src/portable/microchip/samd51/hal_samd51.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/portable/microchip/samd51/hal_samd51.c b/src/portable/microchip/samd51/hal_samd51.c index d8c71a7fe..775c29001 100644 --- a/src/portable/microchip/samd51/hal_samd51.c +++ b/src/portable/microchip/samd51/hal_samd51.c @@ -45,13 +45,6 @@ #include "tusb_hal.h" /*------------------------------------------------------------------*/ -/* MACRO TYPEDEF CONSTANT ENUM - *------------------------------------------------------------------*/ -#define USB_NVIC_PRIO 7 - -void tusb_hal_nrf_power_event(uint32_t event); - -/*------------------------------------------------------------------*/ /* TUSB HAL *------------------------------------------------------------------*/ bool tusb_hal_init(void) |
