summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
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 55c105121..defbc54fb 100644
--- a/src/tusb.h
+++ b/src/tusb.h
@@ -95,6 +95,10 @@
#if CFG_TUD_NET
#include "class/net/net_device.h"
#endif
+
+ #if CFG_TUD_BTH
+ #include "class/bth/bth_device.h"
+ #endif
#endif