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:
Jerzy Kasenberg
2022-05-10 10:21:45 +02:00
committed by kasjer
parent 3fde0852fc
commit 04ca1f9684
+3
View File
@@ -17,3 +17,6 @@
#
syscfg.defs:
syscfg.vals:
USBD_BTH: 1