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"); } }