mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 23:42:10 -04:00
Minor modification to the WIn32 simple TCP/IP stack example only.
This commit is contained in:
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…
Reference in a new issue