mirror of https://github.com/ArduPilot/ardupilot
ArduPPM for Mega 32U2 : upped requested USB power to 400 mA inside Arduino USB code.
This commit is contained in:
parent
5c99035823
commit
65b26d1453
|
@ -105,7 +105,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
|
||||||
|
|
||||||
.ConfigAttributes = (USB_CONFIG_ATTR_BUSPOWERED | USB_CONFIG_ATTR_SELFPOWERED),
|
.ConfigAttributes = (USB_CONFIG_ATTR_BUSPOWERED | USB_CONFIG_ATTR_SELFPOWERED),
|
||||||
|
|
||||||
.MaxPowerConsumption = USB_CONFIG_POWER_MA(100)
|
.MaxPowerConsumption = USB_CONFIG_POWER_MA(400)
|
||||||
},
|
},
|
||||||
|
|
||||||
.CDC_CCI_Interface =
|
.CDC_CCI_Interface =
|
||||||
|
|
Loading…
Reference in New Issue