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
/
Incomplete
/
Sideshow
/
Lib
/
SideshowCommon.h
diff --git
a/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
b/Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
index
e6be6be
..
9bda6ac
100644
(file)
--- a/
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
+++ b/
Demos/Device/Incomplete/Sideshow/Lib/SideshowCommon.h
@@
-96,7
+96,7
@@
} SideShow_PacketHeader_t;
\r
\r
/* Function Prototypes: */
\r
} SideShow_PacketHeader_t;
\r
\r
/* Function Prototypes: */
\r
- uint16_t SideShow_Read_Unicode_String(void* UnicodeString, uint16_t MaxBytes);
\r
+ uint16_t SideShow_Read_Unicode_String(void* UnicodeString,
const
uint16_t MaxBytes);
\r
void SideShow_Write_Unicode_String(void* UnicodeString);
\r
void SideShow_Discard_Byte_Stream(void);
\r
\r
void SideShow_Write_Unicode_String(void* UnicodeString);
\r
void SideShow_Discard_Byte_Stream(void);
\r
\r