summaryrefslogtreecommitdiff
path: root/src/portable/microchip
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-20 11:06:16 +0700
committerGitHub <[email protected]>2018-11-20 11:06:16 +0700
commitaa71b8fd874901347dedf4046a74d686907cf147 (patch)
treebcc958c04628507c72879ead57766d0bc732d588 /src/portable/microchip
parent5757918df4a3cc4561775db61d9f720df8b23c31 (diff)
parent5e65886fdd2bc5bac4ee9335fff1726f9382c109 (diff)
Merge pull request #10 from hathach/devlocal
merge for local develop
Diffstat (limited to 'src/portable/microchip')
-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)