mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-05-20 00:36:55 +08:00
Fix FreeRTOS+TCP IPv6 demo with latest version of FreeRTOS+TCP (#1307)
This commit is contained in:
@ -434,7 +434,6 @@ void vApplicationIPNetworkEventHook_Multi( eIPCallbackEvent_t eNetworkEvent,
|
||||
|
||||
if( pxEndPoint->bits.bIPv6 == 0U )
|
||||
{
|
||||
*ipLOCAL_IP_ADDRESS_POINTER = pxEndPoint->ipv4_settings.ulIPAddress;
|
||||
configPRINTF( ( "IPv4 address = %xip\n", FreeRTOS_ntohl( pxEndPoint->ipv4_settings.ulIPAddress ) ) );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user