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

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

@ -92,7 +92,7 @@ static void prvSimpleClientTask( void *pvParameters )
{ {
Socket_t xClientSocket; Socket_t xClientSocket;
struct freertos_sockaddr xDestinationAddress; struct freertos_sockaddr xDestinationAddress;
uint8_t cString[ 50 ]; uint8_t cString[ 65 ];
BaseType_t lReturned; BaseType_t lReturned;
uint32_t ulCount = 0UL, ulIPAddress; uint32_t ulCount = 0UL, ulIPAddress;
const uint32_t ulLoopsPerSocket = 10UL; const uint32_t ulLoopsPerSocket = 10UL;

Loading…
Cancel
Save