summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorNathan Conrad <[email protected]>2019-09-14 12:13:11 -0400
committerNathan Conrad <[email protected]>2019-09-14 13:35:08 -0400
commit1cae96951f59e7549ff1a2d5643cda66784c22a1 (patch)
tree501556a1f3915c88c2019d06a8b455dee13a9fc6 /src/tusb.h
parentac8c343fef785c9aa19ba628f746e72774b9e8c8 (diff)
Add usbtmc class driver.
Diffstat (limited to 'src/tusb.h')
-rw-r--r--src/tusb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb.h b/src/tusb.h
index fe8673726..1a6ff0b10 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -83,6 +83,10 @@
#if CFG_TUD_VENDOR
#include "class/vendor/vendor_device.h"
#endif
+
+ #if CFG_TUD_USBTMC
+ #include "class/usbtmc/usbtmc_device.h"
+ #endif
#endif