From 90cabf613bd396c0f1ab9e458b9a53106a1badb1 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 11 Nov 2020 14:55:46 +0100 Subject: [PATCH] tcpTest continued --- cube/User/Src/tcpTest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cube/User/Src/tcpTest.c b/cube/User/Src/tcpTest.c index d9b43cf..b3b141b 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -62,7 +62,8 @@ void tcpTestHandler(void *handle) { coloredMsg(LOG_YELLOW, "tth, connection is established"); state = 255; } - + break; + case 255: coloredMsg(LOG_YELLOW, "tth, error state, will stop here"); schDel(tcpTestHandler, NULL);