Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / Projects / Incomplete / StandaloneProgrammer / Descriptors.h
index dac92cd..0ebc367 100644 (file)
@@ -74,6 +74,8 @@
                typedef struct
                {
                        USB_Descriptor_Configuration_Header_t    Config;
+                       
+                       // Mass Storage Interface
                        USB_Descriptor_Interface_t               MS_Interface;
                        USB_Descriptor_Endpoint_t                MS_DataInEndpoint;
                        USB_Descriptor_Endpoint_t                MS_DataOutEndpoint;