diff options
| author | hathach <[email protected]> | 2018-12-07 23:35:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-07 23:35:42 +0700 |
| commit | e0199162637465b576b9f082404cf163c7cb1fef (patch) | |
| tree | c9c1be2bccb9a5db26d302928284b94cc316d247 /src/portable | |
| parent | 98dd0c4d4d181181e62c99d9e43f3a2aaea7662f (diff) | |
clean up ehci, support only 1 controller
Diffstat (limited to 'src/portable')
| -rw-r--r-- | src/portable/nxp/lpc18_43/hal_lpc18_43.c | 3 |
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) |
