summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-09-03 17:07:29 +0700
committerhathach <[email protected]>2020-09-03 17:07:29 +0700
commitef651e073409bac1a9793d97bf5a25220913f32e (patch)
tree4892167706dbffc788f683b1a00a55357bbdc553 /examples
parent1d83ad0ebb6c263736b0dadec80c9406563a5199 (diff)
fix #449 remove obsolete pipehandle from hid host
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/host/cdc_msc_hid/Makefile b/examples/host/cdc_msc_hid/Makefile
index 29a323957..35de0a9a0 100644
--- a/examples/host/cdc_msc_hid/Makefile
+++ b/examples/host/cdc_msc_hid/Makefile
@@ -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