Fix esp32 build with wcid.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
3dbf969e12
commit
5f27c0d75d
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue