Skip to content

Commit

Permalink
Merge branch 'main' into fix_tcp_qemu_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws authored Dec 27, 2024
2 parents 35a3931 + 7f74854 commit a851783
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) );
}

Expand Down

0 comments on commit a851783

Please sign in to comment.