fix #449 remove obsolete pipehandle from hid host

This commit is contained in:
hathach
2020-09-03 17:07:29 +07:00
parent 1d83ad0ebb
commit ef651e0734
5 changed files with 45 additions and 44 deletions

View File

@@ -13,12 +13,13 @@ CFLAGS += -Wno-error=cast-align
# TinyUSB Host Stack source
SRC_C += \
src/class/cdc/cdc_host.c \
src/class/hid/hid_host.c \
src/class/msc/msc_host.c \
src/host/usbh.c \
src/host/hub.c \
src/host/ehci/ehci.c \
src/host/ohci/ohci.c \
src/class/cdc/cdc_host.c \
src/class/msc/msc_host.c \
src/portable/nxp/lpc18_43/hcd_lpc18_43.c \
src/portable/nxp/lpc17_40/hcd_lpc17_40.c