summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-09-28 12:55:59 +0700
committerhathach <[email protected]>2023-09-28 12:55:59 +0700
commit6b8933cfe838b369c58d4fc9ced8aa5c9382a6d6 (patch)
tree50ebbc8cacd48b5767b588ab6c1ef95388817394 /examples/host/bare_api
parent7dc1a66f917408992cf672009a307f7200a3fd32 (diff)
fix build with new freertos host example
Diffstat (limited to 'examples/host/bare_api')
-rw-r--r--examples/host/bare_api/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/host/bare_api/Makefile b/examples/host/bare_api/Makefile
index 058307c40..161f8c774 100644
--- a/examples/host/bare_api/Makefile
+++ b/examples/host/bare_api/Makefile
@@ -10,14 +10,4 @@ EXAMPLE_SOURCE += \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
-# 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/hub.c \
- src/host/usbh.c \
- src/portable/ohci/ohci.c \
- src/portable/nxp/lpc17_40/hcd_lpc17_40.c
-
include ../../rules.mk