Skip to content
Snippets Groups Projects
Unverified Commit e1c9e646 authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

[bl] fix power failure in usb descriptor

parent 0fd8b8b3
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ char cfgDescriptor[] =
0x02, // CbNumInterfaces
0x01, // CbConfigurationValue
0x00, // CiConfiguration
0xC0, // CbmAttributes 0xA0
0x00, // CMaxPower
0xC0, // CbmAttributes Bus powered without remote wakeup: 0xc0, Self powered with remote wakeup: 0xa0
0x32, // CMaxPower, report using 100mA, enough for a bootloader
/* Communication Class Interface Descriptor Requirement */
0x09, // bLength
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment