X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/99d8a3936384d1e9286dfecfb6f7896294cd6c11..89a32baf585c8881fa972a2cb1963fb67e70d642:/LUFA/Drivers/USB/HighLevel/HostStandardReq.h?ds=inline diff --git a/LUFA/Drivers/USB/HighLevel/HostStandardReq.h b/LUFA/Drivers/USB/HighLevel/HostStandardReq.h index 4a527faee..358f3d3ad 100644 --- a/LUFA/Drivers/USB/HighLevel/HostStandardReq.h +++ b/LUFA/Drivers/USB/HighLevel/HostStandardReq.h @@ -91,7 +91,7 @@ * * \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result. */ - uint8_t USB_Host_SendControlRequest(void* BufferPtr); + uint8_t USB_Host_SendControlRequest(void* const BufferPtr); /* Private Interface - For use in library only: */ #if !defined(__DOXYGEN__)