Fix a typo in the lpc43 makefile, lpc43_usb0dev not lpc31_usb0dev
This commit is contained in:
parent
526e1740d2
commit
a1322602b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user