From c7c0cc12b4757b4fd8e818b6b35330be22590d4f Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 11 Nov 2020 18:40:01 +0100 Subject: [PATCH] tcpTest continued --- cube/User/Src/tcpTest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cube/User/Src/tcpTest.c b/cube/User/Src/tcpTest.c index cd01a7f..e32b618 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -76,9 +76,9 @@ void tcpTestHandler(void *handle) { break; case 4: - coloredMsg(LOG_YELLOW, "tth, now waiting for some input"); + // coloredMsg(LOG_YELLOW, "tth, now waiting for some input"); uint16_t s = getSn_RX_RSR(TCPTEST_SOCK); - coloredMsg(LOG_YELLOW, "tth, getSn_RxMAX returns %d", s); + // coloredMsg(LOG_YELLOW, "tth, getSn_RxMAX returns %d", s); if (s > 0) { uint8_t *buf = (uint8_t*) malloc(s);