Fix a typo in the lpc43 makefile, lpc43_usb0dev not lpc31_usb0dev

This commit is contained in:
Gregory Nutt 2014-10-09 17:59:42 -06:00
parent 526e1740d2
commit a1322602b3

View File

@ -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