Fix esp32 build with wcid.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-11-06 17:11:39 +01:00
parent 3dbf969e12
commit 5f27c0d75d
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -275,7 +275,7 @@ tinyusb_config_t tusb_cfg = {
.string_descriptor = string_desc_arr, .string_descriptor = string_desc_arr,
.string_descriptor_count = sizeof(string_desc_arr) / sizeof(string_desc_arr[0]), .string_descriptor_count = sizeof(string_desc_arr) / sizeof(string_desc_arr[0]),
.external_phy = false, .external_phy = false,
.configuration_descriptor = desc_config_nowcid, .configuration_descriptor = desc_config,
}; };
#else #else
static uint16_t _desc_str[32]; static uint16_t _desc_str[32];