Add const keyword to the demo function parameters where possible.
[pub/USBasp.git] / Demos / Host / LowLevel / StillImageHost / Lib / StillImageCommands.h
index b6dfbaa..c6d7f03 100644 (file)
                void    SImage_SendBlockHeader(void);\r
                uint8_t SImage_ReceiveBlockHeader(void);\r
                uint8_t SImage_ReceiveEventHeader(void);\r
                void    SImage_SendBlockHeader(void);\r
                uint8_t SImage_ReceiveBlockHeader(void);\r
                uint8_t SImage_ReceiveEventHeader(void);\r
-               uint8_t SImage_SendData(void* Buffer, uint16_t Bytes);\r
-               uint8_t SImage_ReadData(void* Buffer, uint16_t Bytes);\r
+               uint8_t SImage_SendData(void* const Buffer, const uint16_t Bytes);\r
+               uint8_t SImage_ReadData(void* const Buffer, const uint16_t Bytes);\r
                bool    SImage_IsEventReceived(void);\r
 \r
 #endif\r
                bool    SImage_IsEventReceived(void);\r
 \r
 #endif\r