diff options
| author | Nathan Conrad <[email protected]> | 2019-09-14 12:13:11 -0400 |
|---|---|---|
| committer | Nathan Conrad <[email protected]> | 2019-09-14 13:35:08 -0400 |
| commit | 1cae96951f59e7549ff1a2d5643cda66784c22a1 (patch) | |
| tree | 501556a1f3915c88c2019d06a8b455dee13a9fc6 /examples/rules.mk | |
| parent | ac8c343fef785c9aa19ba628f746e72774b9e8c8 (diff) | |
Add usbtmc class driver.
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 478a5907a..c3daf9dac 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -15,6 +15,7 @@ SRC_C += \ src/class/cdc/cdc_device.c \ src/class/hid/hid_device.c \ src/class/midi/midi_device.c \ + src/class/usbtmc/usbtmc_device.c \ src/class/vendor/vendor_device.c \ src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c |
