From 093d737990a6dce79b143b1ed35c0eb7236cfaca Mon Sep 17 00:00:00 2001 From: rtel Date: Sun, 14 Jul 2019 16:06:31 +0000 Subject: [PATCH] Minor modification to the WIn32 simple TCP/IP stack example only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2676 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../DemoTasks/SimpleUDPClientAndServer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c index 0c6ffa2f2..54143c367 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/DemoTasks/SimpleUDPClientAndServer.c @@ -92,7 +92,7 @@ static void prvSimpleClientTask( void *pvParameters ) { Socket_t xClientSocket; struct freertos_sockaddr xDestinationAddress; -uint8_t cString[ 50 ]; +uint8_t cString[ 65 ]; BaseType_t lReturned; uint32_t ulCount = 0UL, ulIPAddress; const uint32_t ulLoopsPerSocket = 10UL; -- 2.39.2