examples/hidkbd now expects an architecture-specific USB HOST initialization function
This commit is contained in:
parent
3b5689da2b
commit
059c161797
@ -65,6 +65,9 @@ endif
|
||||
ifeq ($(CONFIG_LPC31_USBOTG),y)
|
||||
ifeq ($(CONFIG_USBHOST),y)
|
||||
CSRCS += lpc31_usbhost.c
|
||||
ifeq ($(CONFIG_EXAMPLES_HIDKBD),y)
|
||||
CSRCS += lpc31_hidkbd.c
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user