From 118228fec1191be71cf8ded9939d0f79a733230d Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 11 Nov 2020 14:45:59 +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 05f35c5..2d51357 100644 --- a/cube/User/Src/tcpTest.c +++ b/cube/User/Src/tcpTest.c @@ -15,7 +15,7 @@ const uint8_t TCPTEST_SOCK; uint8_t remoteAddr[] = { 172, 16, 3, 31 }; -uint16_ remotePort = 5000; +uint16_t remotePort = 5000; void tcpTestHandler(void *handle) { static uint8_t state = 0;