diff options
| author | Ha Thach <[email protected]> | 2023-11-24 16:28:08 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-24 16:28:08 +0700 |
| commit | f1898fef8c605843e1a783bf758949247caae90e (patch) | |
| tree | 3f2a922c7126df4b25e3347cc17c792a8689ad58 /src/device | |
| parent | f03f60eae2894993373b48e2104bf02116bef1fa (diff) | |
| parent | 6e5c7f43906bac8ab47642e56c153297b83f3679 (diff) | |
Merge pull request #2279 from antoniovazquezblanco/bth
Add historical EP compatibility to bth class
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index 93a2033c4..e14e3d6de 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -771,10 +771,6 @@ TU_ATTR_WEAK bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb #define TUD_BT_PROTOCOL_PRIMARY_CONTROLLER 0x01 #define TUD_BT_PROTOCOL_AMP_CONTROLLER 0x02 -#ifndef CFG_TUD_BTH_ISO_ALT_COUNT -#define CFG_TUD_BTH_ISO_ALT_COUNT 0 -#endif - // Length of template descriptor: 38 bytes + number of ISO alternatives * 23 #define TUD_BTH_DESC_LEN (8 + 9 + 7 + 7 + 7 + (CFG_TUD_BTH_ISO_ALT_COUNT) * (9 + 7 + 7)) |
