diff options
| author | hathach <[email protected]> | 2018-12-04 16:32:20 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-04 16:32:20 +0700 |
| commit | 6c2404ca49772430585edda57c0b90064af02ab6 (patch) | |
| tree | cdd86e80c526bd32a987a224efb89fa7604f8bca /src | |
| parent | 261e0f9801abc7f6d13afcad51b5feadd19f50ee (diff) | |
adding ea4088 quickstart, able to blink
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/nxp/lpc17_40/dcd_lpc17_40.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nxp/lpc17_40/dcd_lpc17_40.c b/src/portable/nxp/lpc17_40/dcd_lpc17_40.c index 549420f22..6ed1792ce 100644 --- a/src/portable/nxp/lpc17_40/dcd_lpc17_40.c +++ b/src/portable/nxp/lpc17_40/dcd_lpc17_40.c @@ -41,7 +41,7 @@ #if TUSB_OPT_DEVICE_ENABLED && (CFG_TUSB_MCU == OPT_MCU_LPC175X_6X || CFG_TUSB_MCU == OPT_MCU_LPC40XX) #include "device/dcd.h" -#include "dcd_lpc175x_6x.h" +#include "dcd_lpc17_40.h" #include "chip.h" //--------------------------------------------------------------------+ |
