Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to matlo).
[pub/USBasp.git] / Projects / XPLAINBridge / USARTDescriptors.h
index 3ea4357..81a55be 100644 (file)
 
        /* Function Prototypes: */
                uint16_t USART_GetDescriptor(const uint16_t wValue,
-                                            const uint8_t wIndex,
+                                            const uint16_t wIndex,
                                             const void** const DescriptorAddress,
                                             uint8_t* const DescriptorMemorySpace);