Clarify in the project documentation files what the each of the different USB AVR...
[pub/USBasp.git] / Demos / Device / ClassDriver / KeyboardMouse / Descriptors.h
index 3dd2ec7..e4908f9 100644 (file)
@@ -69,7 +69,9 @@
                #define HID_EPSIZE                8
 
        /* 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,
+                                                   const void** const DescriptorAddress)
                                                    ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
 
 #endif