Add missing const qualifiers to class drivers.
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / HostStandardReq.h
index 4a527fa..358f3d3 100644 (file)
@@ -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__)