Standardized the naming scheme given to configuration descriptor sub-elements in...
[pub/USBasp.git] / Bootloaders / DFU / Descriptors.c
index f20fbeb..510a29f 100644 (file)
@@ -86,7 +86,7 @@ USB_Descriptor_Configuration_t ConfigurationDescriptor =
                        .MaxPowerConsumption      = USB_CONFIG_POWER_MA(100)\r
                },\r
                \r
-       .DFUInterface = \r
+       .DFU_Interface = \r
                {\r
                        .Header                 = {.Size = sizeof(USB_Descriptor_Interface_t), .Type = DTYPE_Interface},\r
 \r
@@ -102,7 +102,7 @@ USB_Descriptor_Configuration_t ConfigurationDescriptor =
                        .InterfaceStrIndex      = NO_DESCRIPTOR\r
                },\r
                \r
-       .DFUFunctional = \r
+       .DFU_Functional = \r
                {\r
                        .Header                 = {.Size = sizeof(USB_DFU_Functional_Descriptor_t), .Type = DTYPE_DFUFunctional},\r
                        \r