From c503d48ec476a978aec1289212d3f7d5f69e07dd Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 20 Nov 2018 01:20:39 +0700 Subject: [PATCH] clean up --- src/portable/microchip/samd51/hal_samd51.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/portable/microchip/samd51/hal_samd51.c b/src/portable/microchip/samd51/hal_samd51.c index d8c71a7f..775c2900 100644 --- a/src/portable/microchip/samd51/hal_samd51.c +++ b/src/portable/microchip/samd51/hal_samd51.c @@ -44,13 +44,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 *------------------------------------------------------------------*/