aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/XPLAINBridge/USARTDescriptors.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-07-13 14:17:18 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-07-13 14:17:18 +0000
commitd83cc9ac8049f651637dc2d9b8632f3c208bbdf6 (patch)
tree64c162999af279b6a823b26082d9f09e4fc6d210 /Projects/XPLAINBridge/USARTDescriptors.c
parent666c0fa4c31b2c9f7f02f6d0e09551e24dc4680c (diff)
downloadlufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.tar.gz
lufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.tar.bz2
lufa-d83cc9ac8049f651637dc2d9b8632f3c208bbdf6.zip
Change AVRISP-MKII and XPLAINBridge descriptors to indicate that the device is bus-powered only. Add compile time options to reduce the compiled size of the firmware.
Diffstat (limited to 'Projects/XPLAINBridge/USARTDescriptors.c')
-rw-r--r--Projects/XPLAINBridge/USARTDescriptors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/USARTDescriptors.c b/Projects/XPLAINBridge/USARTDescriptors.c
index 329a20627..8acbacd2a 100644
--- a/Projects/XPLAINBridge/USARTDescriptors.c
+++ b/Projects/XPLAINBridge/USARTDescriptors.c
@@ -93,7 +93,7 @@ USART_USB_Descriptor_Configuration_t PROGMEM USART_ConfigurationDescriptor =
.ConfigurationNumber = 1,
.ConfigurationStrIndex = NO_DESCRIPTOR,
- .ConfigAttributes = (USB_CONFIG_ATTR_BUSPOWERED | USB_CONFIG_ATTR_SELFPOWERED),
+ .ConfigAttributes = USB_CONFIG_ATTR_BUSPOWERED,
.MaxPowerConsumption = USB_CONFIG_POWER_MA(100)
},