mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-22 20:59:03 +00:00
[feat][examples/usb] add USB HS control for descriptor
This commit is contained in:
parent
48479d0e20
commit
ecb43ef0d0
18 changed files with 55 additions and 40 deletions
|
@ -94,6 +94,7 @@ USB_DESC_SECTION const uint8_t cdc_descriptor[] = {
|
|||
'0', 0x00, /* wcChar7 */
|
||||
'0', 0x00, /* wcChar8 */
|
||||
'0', 0x00, /* wcChar9 */
|
||||
#ifdef CONFIG_USB_HS
|
||||
///////////////////////////////////////
|
||||
/// device qualifier descriptor
|
||||
///////////////////////////////////////
|
||||
|
@ -107,7 +108,7 @@ USB_DESC_SECTION const uint8_t cdc_descriptor[] = {
|
|||
0x40,
|
||||
0x01,
|
||||
0x00,
|
||||
|
||||
#endif
|
||||
0x00
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue