mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Fix FreeRTOS+TCP IPv6 demo with latest version of FreeRTOS+TCP (#1307)
This commit is contained in:
parent
66de13ce1b
commit
7f748546a1
1 changed files with 0 additions and 1 deletions
|
@ -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 ) ) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue