Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Projects / XPLAINBridge / USARTDescriptors.h
index 5654a3b..194dbe7 100644 (file)
@@ -77,6 +77,8 @@
                } USART_USB_Descriptor_Configuration_t;
 
        /* Function Prototypes: */
-               uint16_t USART_GetDescriptor(const uint16_t wValue, const uint8_t wIndex, void** const DescriptorAddress);
+               uint16_t USART_GetDescriptor(const uint16_t wValue,
+                                            const uint8_t wIndex,
+                                            void** const DescriptorAddress);
 
 #endif