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_option.h | |
| parent | ac8c343fef785c9aa19ba628f746e72774b9e8c8 (diff) | |
Add usbtmc class driver.
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h index 9aacb558f..76ea59758 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -181,6 +181,10 @@ #define CFG_TUD_VENDOR 0
#endif
+#ifndef CFG_TUD_USBTMC
+ #define CFG_TUD_USBTMC 0
+#endif
+
//--------------------------------------------------------------------
// HOST OPTIONS
|
