Skip to content

Commit 7f74854

Browse files
Fix FreeRTOS+TCP IPv6 demo with latest version of FreeRTOS+TCP (FreeRTOS#1307)
1 parent 66de13c commit 7f74854

File tree

1 file changed

+0
-1
lines changed
  • FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo

1 file changed

+0
-1
lines changed

FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/IPv6_Multi_WinSim_demo/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ void vApplicationIPNetworkEventHook_Multi( eIPCallbackEvent_t eNetworkEvent,
434434

435435
if( pxEndPoint->bits.bIPv6 == 0U )
436436
{
437-
*ipLOCAL_IP_ADDRESS_POINTER = pxEndPoint->ipv4_settings.ulIPAddress;
438437
configPRINTF( ( "IPv4 address = %xip\n", FreeRTOS_ntohl( pxEndPoint->ipv4_settings.ulIPAddress ) ) );
439438
}
440439

0 commit comments

Comments
 (0)