X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/04774208b6d4131466a2b5e44af314252ab1734e..18b0d408a9e68cbc1ce36da89d74a799d7fc31de:/Bootloaders/DFU/Descriptors.c?ds=sidebyside 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) },