ArduPPM for Mega 32U2 : upped requested USB power to 400 mA inside Arduino USB code.

This commit is contained in:
Olivier ADLER 2011-12-05 21:56:42 +01:00
parent 11b857d487
commit 4295a7befe

View File

@ -105,7 +105,7 @@ USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor =
.ConfigAttributes = (USB_CONFIG_ATTR_BUSPOWERED | USB_CONFIG_ATTR_SELFPOWERED),
.MaxPowerConsumption = USB_CONFIG_POWER_MA(100)
.MaxPowerConsumption = USB_CONFIG_POWER_MA(400)
},
.CDC_CCI_Interface =