diff options
| author | hathach <[email protected]> | 2023-09-28 12:55:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-28 12:55:59 +0700 |
| commit | 6b8933cfe838b369c58d4fc9ced8aa5c9382a6d6 (patch) | |
| tree | 50ebbc8cacd48b5767b588ab6c1ef95388817394 /src/tinyusb.mk | |
| parent | 7dc1a66f917408992cf672009a307f7200a3fd32 (diff) | |
fix build with new freertos host example
Diffstat (limited to 'src/tinyusb.mk')
| -rw-r--r-- | src/tinyusb.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tinyusb.mk b/src/tinyusb.mk index 85052f90f..89ea0212c 100644 --- a/src/tinyusb.mk +++ b/src/tinyusb.mk @@ -17,3 +17,10 @@ TINYUSB_SRC_C += \ src/class/usbtmc/usbtmc_device.c \ src/class/video/video_device.c \ src/class/vendor/vendor_device.c \ + src/host/usbh.c \ + src/host/hub.c \ + src/class/cdc/cdc_host.c \ + src/class/hid/hid_host.c \ + src/class/msc/msc_host.c \ + src/class/vendor/vendor_host.c \ + src/typec/usbc.c \ |
