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 /src/tusb.h | |
| parent | ac8c343fef785c9aa19ba628f746e72774b9e8c8 (diff) | |
Add usbtmc class driver.
Diffstat (limited to 'src/tusb.h')
| -rw-r--r-- | src/tusb.h | 4 |
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
|
