Fixed incorrect DFU version number reported to the host in the DFU bootloader descri...
[pub/USBasp.git] / Bootloaders / DFU / Descriptors.c
index d551590..ff33b6b 100644 (file)
@@ -111,7 +111,7 @@ const USB_Descriptor_Configuration_t ConfigurationDescriptor =
                        .DetachTimeout          = 0x0000,
                        .TransferSize           = 0x0C00,
 
-                       .DFUSpecification       = VERSION_BCD(01.01)
+                       .DFUSpecification       = VERSION_BCD(01.10)
                }
 };