diff options
| author | Jerzy Kasenberg <[email protected]> | 2020-05-13 17:04:10 +0200 |
|---|---|---|
| committer | Jerzy Kasenberg <[email protected]> | 2020-05-28 10:58:49 +0200 |
| commit | 56d46483e48879cb8a38dc13d7327daa15165754 (patch) | |
| tree | 48fb1851b5eec60a3ff8e0244c441ffdc19b6345 /src/tusb_option.h | |
| parent | 077437b3dc2772ba87e6d43baf906d29b7539ca5 (diff) | |
Add bt hci device class
Code implements USB transport for bluetooth HCI.
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 9e6a2b532..0a227483f 100644 --- a/src/tusb_option.h +++ b/src/tusb_option.h @@ -219,6 +219,10 @@ #define CFG_TUD_NET 0 #endif +#ifndef CFG_TUD_BTH + #define CFG_TUD_BTH 0 +#endif + //-------------------------------------------------------------------- // HOST OPTIONS //-------------------------------------------------------------------- |
