X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/99d8a3936384d1e9286dfecfb6f7896294cd6c11..97143bf81480d3f642e33684349c601d5cd0b1ae:/LUFA/Drivers/USB/HighLevel/HostStandardReq.h 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__)