summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-20 01:20:39 +0700
committerhathach <[email protected]>2018-11-20 01:20:39 +0700
commitc503d48ec476a978aec1289212d3f7d5f69e07dd (patch)
tree839dbd8bc36b2f1ba6b40b86e7ab3f5b4a2a4833 /src/portable
parent6c842338d6c5900a1c327a18ff2d2bccb5697459 (diff)
clean up
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/microchip/samd51/hal_samd51.c7
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)