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 754c05f commit 6d18eb3Copy full SHA for 6d18eb3
source/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c
@@ -405,7 +405,7 @@ BaseType_t xMayAcceptPacket( uint8_t * pucEthernetBuffer )
405
406
/* Ensure that the incoming packet is not fragmented (only outgoing packets
407
* can be fragmented) as these are the only handled IP frames currently. */
408
- if( ( pxIPHeader->usFragmentOffset & FreeRTOS_ntohs( ipFRAGMENT_OFFSET_BIT_MASK ) ) != 0U )
+ if( ( pxIPHeader->usFragmentOffset & ipFRAGMENT_OFFSET_BIT_MASK ) != 0U )
409
{
410
return pdFALSE;
411
}
0 commit comments