diff options
| author | hathach <[email protected]> | 2019-07-24 23:07:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-24 23:07:30 +0700 |
| commit | 2a543c0e79b882b054d87f89ee8cf8e83b44e22e (patch) | |
| tree | b3e7e50429b6ed2c1f26b483baf948a4662c64f0 /examples/rules.mk | |
| parent | 56b656c768a5e1b775ed41a5f74bbf75901f9d74 (diff) | |
update vendor device similar to cdc read/write
maybe refactor later
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index bba0fdb53..4fbce2529 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -7,6 +7,7 @@ LIBS = -lgcc -lc -lm -lnosys # TinyUSB Stack source SRC_C += \ + src/tusb.c \ src/common/tusb_fifo.c \ src/device/usbd.c \ src/device/usbd_control.c \ @@ -14,7 +15,7 @@ SRC_C += \ src/class/cdc/cdc_device.c \ src/class/hid/hid_device.c \ src/class/midi/midi_device.c \ - src/tusb.c \ + src/class/vendor/vendor_device.c \ src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c # TinyUSB stack include |
