Skip to content
Snippets Groups Projects
Unverified Commit 31d8bb64 authored by Dimitrios Stoupis's avatar Dimitrios Stoupis
Browse files

Make c-lang tidy happy again

parent 4180ddb8
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ public:
* ECSS_MAX_STRING_SIZE. This function does placs a \0 at the end of the created string
* @todo Is uint16_t size too much or not enough? It has to be defined
*/
void readString(uint8_t *value, uint16_t size);
void readString(uint8_t *string, uint16_t size);
public:
Message(uint8_t serviceType, uint8_t messageType, PacketType packetType,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment