We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7ab23 commit ba931bcCopy full SHA for ba931bc
source/FreeRTOS_UDP_IPv4.c
@@ -273,8 +273,7 @@ void vProcessGeneratedUDPPacket_IPv4( NetworkBufferDescriptor_t * const pxNetwor
273
274
/* 'ulIPAddress' might have become the address of the Gateway.
275
* Find the route again. */
276
-
277
- pxNetworkBuffer->pxEndPoint = FreeRTOS_FindEndPointOnNetMask( pxNetworkBuffer->xIPAddress.ulIP_IPv4 );
+ pxNetworkBuffer->pxEndPoint = FreeRTOS_FindEndPointOnNetMask( ulIPAddress );
278
279
if( pxNetworkBuffer->pxEndPoint == NULL )
280
{
0 commit comments