projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing const qualifiers to class drivers.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
HostStandardReq.h
diff --git
a/LUFA/Drivers/USB/HighLevel/HostStandardReq.h
b/LUFA/Drivers/USB/HighLevel/HostStandardReq.h
index
4a527fa
..
358f3d3
100644
(file)
--- 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.
*/
*
* \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__)
/* Private Interface - For use in library only: */
#if !defined(__DOXYGEN__)