projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add const keyword to the demo function parameters where possible.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
MassStorageKeyboard
/
MassStorageKeyboard.c
diff --git
a/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
b/Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
index
4816b7e
..
828699a
100644
(file)
--- a/
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
+++ b/
Demos/Device/ClassDriver/MassStorageKeyboard/MassStorageKeyboard.c
@@
-157,7
+157,7
@@
void EVENT_USB_Device_UnhandledControlRequest(void)
*
\r
* \param[in] MSInterfaceInfo Pointer to the Mass Storage class interface configuration structure being referenced
\r
*/
\r
*
\r
* \param[in] MSInterfaceInfo Pointer to the Mass Storage class interface configuration structure being referenced
\r
*/
\r
-bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* MSInterfaceInfo)
\r
+bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t*
const
MSInterfaceInfo)
\r
{
\r
bool CommandSuccess;
\r
\r
{
\r
bool CommandSuccess;
\r
\r