From 9d7d408098cfe545ff2e1f70dc479dc523e01b34 Mon Sep 17 00:00:00 2001 From: Grigoris Pavlakis <gregory.pavlakis@gmail.com> Date: Tue, 8 Jan 2019 14:11:09 +0000 Subject: [PATCH] Update FunctionManagementService.hpp Fix Vera --- inc/Services/FunctionManagementService.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/Services/FunctionManagementService.hpp b/inc/Services/FunctionManagementService.hpp index 54640fbd..b324f0e6 100644 --- a/inc/Services/FunctionManagementService.hpp +++ b/inc/Services/FunctionManagementService.hpp @@ -11,9 +11,9 @@ #include "Message.hpp" #include "Service.hpp" -#define FUNCMAPSIZE 128 // size of the function map in bytes (temporary, arbitrary) -#define FUNCNAMELENGTH 32 // max length of the function name (temporary, arbitrary) -#define MAXARGLENGTH 32 // maximum argument byte string length (temporary, arbitrary) +#define FUNCMAPSIZE 128 // size of the function map (number of elements) +#define FUNCNAMELENGTH 32 // max length of the function name +#define MAXARGLENGTH 32 // maximum argument byte string length /** * @todo: Undef TESTMODE before flight!!!! -- GitLab