Minor modification to the WIn32 simple TCP/IP stack example only.

pull/1/head
Richard Barry 6 years ago
parent 8bd1813446
commit d8a3ad3c6f

@ -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;

Loading…
Cancel
Save