diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-01-02 05:43:23 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-01-02 05:43:23 +0000 |
commit | 3038ea1c6ea8cbc1a0a61ea1674b6c097b6b006d (patch) | |
tree | 1ba409d9581d92da9149e1a9ac6b9edbf6204b3c /Bootloaders/CDC | |
parent | 154d28e39f114c1e1af223ae6c37e34323e6be9d (diff) | |
download | lufa-3038ea1c6ea8cbc1a0a61ea1674b6c097b6b006d.tar.gz lufa-3038ea1c6ea8cbc1a0a61ea1674b6c097b6b006d.tar.bz2 lufa-3038ea1c6ea8cbc1a0a61ea1674b6c097b6b006d.zip |
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
Diffstat (limited to 'Bootloaders/CDC')
-rw-r--r-- | Bootloaders/CDC/Descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bootloaders/CDC/Descriptors.c b/Bootloaders/CDC/Descriptors.c index 327f361b5..bf8c8195a 100644 --- a/Bootloaders/CDC/Descriptors.c +++ b/Bootloaders/CDC/Descriptors.c @@ -81,7 +81,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor = .ConfigurationNumber = 1, .ConfigurationStrIndex = NO_DESCRIPTOR, - .ConfigAttributes = USB_CONFIG_ATTR_BUSPOWERED, + .ConfigAttributes = USB_CONFIG_ATTR_RESERVED, .MaxPowerConsumption = USB_CONFIG_POWER_MA(100) }, |