summaryrefslogtreecommitdiff
path: root/src/portable
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-07 23:35:42 +0700
committerhathach <[email protected]>2018-12-07 23:35:42 +0700
commite0199162637465b576b9f082404cf163c7cb1fef (patch)
treec9c1be2bccb9a5db26d302928284b94cc316d247 /src/portable
parent98dd0c4d4d181181e62c99d9e43f3a2aaea7662f (diff)
clean up ehci, support only 1 controller
Diffstat (limited to 'src/portable')
-rw-r--r--src/portable/nxp/lpc18_43/hal_lpc18_43.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portable/nxp/lpc18_43/hal_lpc18_43.c b/src/portable/nxp/lpc18_43/hal_lpc18_43.c
index 2978bebf6..48a25f99a 100644
--- a/src/portable/nxp/lpc18_43/hal_lpc18_43.c
+++ b/src/portable/nxp/lpc18_43/hal_lpc18_43.c
@@ -42,7 +42,8 @@
#include "chip.h"
-void hal_dcd_isr(uint8_t rhport);
+extern void hal_dcd_isr(uint8_t rhport);
+extern void hal_hcd_isr(uint8_t hostid);
#if CFG_TUSB_RHPORT0_MODE
void USB0_IRQHandler(void)