From 83df40b534e9266da0df49307d88d54af8770276 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 11 Nov 2020 14:26:56 +0100 Subject: [PATCH] tcpTest continued --- cube/User/Src/tcpTest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cube/User/Src/tcpTest.c b/cube/User/Src/tcpTest.c index cb937c7..6300ba0 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -33,7 +33,7 @@ void tcpTestHandler(void *handle) { coloredMsg(LOG_YELLOW, "tth, doing something useful with the socket"); } } else { - colorMsg(LOG_YELLOW, "tth, network not yet ready"); + coloredMsg(LOG_YELLOW, "tth, network not yet ready"); } }