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 4b4f3212f3
commit 385ac926b6

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