Add usbtmc class driver.

This commit is contained in:
Nathan Conrad
2019-09-14 12:13:11 -04:00
parent ac8c343fef
commit 1cae96951f
12 changed files with 1420 additions and 0 deletions

View File

@@ -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