From 4f6aa1156aeefadab53bfeb0ce315e124397a158 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 11 Dec 2020 12:46:50 +0100 Subject: [PATCH] fix --- cube/User/Src/configCmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/configCmds.c b/cube/User/Src/configCmds.c index 430afe9..2e8ee8c 100644 --- a/cube/User/Src/configCmds.c +++ b/cube/User/Src/configCmds.c @@ -105,7 +105,7 @@ static bool setCmd(uint8_t argc, char **args) { } cmdIdx++; } - sendString(messageToSend); + sendString((const char*)messageToSend); } }