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 5c99035823
commit 65b26d1453
1 changed files with 1 additions and 1 deletions

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 =