summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-09 17:59:42 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-09 17:59:42 -0600
commit166e1be5b535c311cd116e60f8fa2ca672ff2e91 (patch)
treecf6bc38d0c4ca8eac1cd657e24673d6aca899da4
parent10804f625c1bb0ce824c97c5c6235b97f92ab0fa (diff)
downloadnuttx-166e1be5b535c311cd116e60f8fa2ca672ff2e91.tar.gz
nuttx-166e1be5b535c311cd116e60f8fa2ca672ff2e91.tar.bz2
nuttx-166e1be5b535c311cd116e60f8fa2ca672ff2e91.zip
Fix a typo in the lpc43 makefile, lpc43_usb0dev not lpc31_usb0dev
-rw-r--r--nuttx/arch/arm/src/lpc43xx/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/Make.defs b/nuttx/arch/arm/src/lpc43xx/Make.defs
index 9d7c48d9c..9e28dffc9 100644
--- a/nuttx/arch/arm/src/lpc43xx/Make.defs
+++ b/nuttx/arch/arm/src/lpc43xx/Make.defs
@@ -154,7 +154,7 @@ endif
ifeq ($(CONFIG_LPC43_USB0),y)
ifeq ($(CONFIG_USBDEV),y)
-CHIP_CSRCS += lpc31_usb0dev.c
+CHIP_CSRCS += lpc43_usb0dev.c
endif
endif