summaryrefslogtreecommitdiff
path: root/src/tusb.h
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2020-05-13 17:04:10 +0200
committerJerzy Kasenberg <[email protected]>2020-05-28 10:58:49 +0200
commit56d46483e48879cb8a38dc13d7327daa15165754 (patch)
tree48fb1851b5eec60a3ff8e0244c441ffdc19b6345 /src/tusb.h
parent077437b3dc2772ba87e6d43baf906d29b7539ca5 (diff)
Add bt hci device class
Code implements USB transport for bluetooth HCI.
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