Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Projects / RelayBoard / Descriptors.h
index 7b217fb..f6357f8 100644 (file)
@@ -54,6 +54,8 @@
                } RelayBoard_USB_Descriptor_Configuration_t;
 
        /* Function Prototypes: */
-               uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
+               uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
+                                                   const uint8_t wIndex,
+                                                   void** const DescriptorAddress);
 
 #endif