Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Bootloaders / DFU / Descriptors.h
index 9bc4db5..445557f 100644 (file)
                typedef struct
                {
                        USB_Descriptor_Configuration_Header_t Config;
+                       
+                       // DFU Interface
                        USB_Descriptor_Interface_t            DFU_Interface;
                        USB_Descriptor_DFU_Functional_t       DFU_Functional;
                } USB_Descriptor_Configuration_t;