X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/beb0b2bda0c45e958e88933a055d409e42fa0a0b..feabfd12ce3d14b43d2decb2b2f1c5b27e9d6181:/LUFA/Drivers/USB/LowLevel/Host.h diff --git a/LUFA/Drivers/USB/LowLevel/Host.h b/LUFA/Drivers/USB/LowLevel/Host.h index 2a40a1dbc..26e2d7675 100644 --- a/LUFA/Drivers/USB/LowLevel/Host.h +++ b/LUFA/Drivers/USB/LowLevel/Host.h @@ -199,7 +199,7 @@ * * \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result. */ - uint8_t USB_Host_GetDeviceDescriptor(USB_Descriptor_Device_t* DeviceDescriptorPtr); + uint8_t USB_Host_GetDeviceDescriptor(void* DeviceDescriptorPtr); /** Clears a stall condition on the given pipe, via a ClearFeature request to the attached device. *