X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/77cd3a42a7eda45138fc9a0fc6a9badd68caac96..8b7565956380c558bb309732c1d7d2cb58b193ea:/Bootloaders/DFU/Descriptors.c?ds=inline diff --git a/Bootloaders/DFU/Descriptors.c b/Bootloaders/DFU/Descriptors.c index eb5c580b0..2fed76869 100644 --- a/Bootloaders/DFU/Descriptors.c +++ b/Bootloaders/DFU/Descriptors.c @@ -81,7 +81,7 @@ USB_Descriptor_Configuration_t 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) },