mirror of
https://github.com/mon/TataconUSB.git
synced 2026-03-21 17:54:27 -05:00
We're not actually self powered
This commit is contained in:
parent
ef5ffd26ab
commit
8f8ab28d6c
|
|
@ -95,7 +95,7 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
|
|||
.ConfigurationNumber = 1,
|
||||
.ConfigurationStrIndex = NO_DESCRIPTOR,
|
||||
|
||||
.ConfigAttributes = (USB_CONFIG_ATTR_RESERVED | USB_CONFIG_ATTR_SELFPOWERED),
|
||||
.ConfigAttributes = USB_CONFIG_ATTR_RESERVED,
|
||||
|
||||
.MaxPowerConsumption = USB_CONFIG_POWER_MA(100)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user