Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git] / Demos / Host / LowLevel / StillImageHost / Lib / StillImageCommands.h
index a57ddaf..c91a801 100644 (file)
                void    SImage_SendBlockHeader(void);
                uint8_t SImage_ReceiveBlockHeader(void);
                uint8_t SImage_ReceiveEventHeader(void);
-               uint8_t SImage_SendData(void* const Buffer, const uint16_t Bytes);
-               uint8_t SImage_ReadData(void* const Buffer, const uint16_t Bytes);
+               uint8_t SImage_SendData(void* const Buffer,
+                                       const uint16_t Bytes);
+               uint8_t SImage_ReadData(void* const Buffer,
+                                       const uint16_t Bytes);
                bool    SImage_IsEventReceived(void);
 
 #endif