Add const keyword to the demo function parameters where possible.

This commit is contained in:
Dean Camera 2010-04-18 12:10:30 +00:00
parent 55db57e1ed
commit fc8e4837a9
47 changed files with 158 additions and 158 deletions

View file

@ -96,7 +96,7 @@
} SideShow_PacketHeader_t;
/* Function Prototypes: */
uint16_t SideShow_Read_Unicode_String(void* UnicodeString, uint16_t MaxBytes);
uint16_t SideShow_Read_Unicode_String(void* UnicodeString, const uint16_t MaxBytes);
void SideShow_Write_Unicode_String(void* UnicodeString);
void SideShow_Discard_Byte_Stream(void);