mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
transport/usb: Enable BTH in TinyUSB stack
Setting USBD_BTH to 1 is required to enable code in TinyUSB stack. Due to newt limitation this value could not only be set target or application. Now USBD_BTH is defined by not set and can be set by this package. So user can just specify USB transport and USBD_BTH will be set automatically.
This commit is contained in:
@@ -17,3 +17,6 @@
|
||||
#
|
||||
|
||||
syscfg.defs:
|
||||
|
||||
syscfg.vals:
|
||||
USBD_BTH: 1
|
||||
|
||||
Reference in New Issue
Block a user