From 31d8bb64083476e369e62efdfa2d3352f3cb9044 Mon Sep 17 00:00:00 2001
From: Dimitrios Stoupis <dimitris.apple@gmail.com>
Date: Wed, 21 Nov 2018 22:35:50 +0000
Subject: [PATCH] Make c-lang tidy happy again

---
 inc/Message.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/Message.hpp b/inc/Message.hpp
index 6ccef49a..5ad9f049 100644
--- a/inc/Message.hpp
+++ b/inc/Message.hpp
@@ -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,
-- 
GitLab