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 4b81c00 commit 754c05fCopy full SHA for 754c05f
source/portable/NetworkInterface/Zynq/x_emacpsif_dma.c
@@ -439,7 +439,7 @@ BaseType_t xMayAcceptPacket( uint8_t * pucEthernetBuffer )
439
440
/* Ensure that the incoming packet is not fragmented (only outgoing packets
441
* can be fragmented) as these are the only handled IP frames currently. */
442
- if( ( pxIPHeader->usFragmentOffset & FreeRTOS_ntohs( ipFRAGMENT_OFFSET_BIT_MASK ) ) != 0U )
+ if( ( pxIPHeader->usFragmentOffset & ipFRAGMENT_OFFSET_BIT_MASK ) != 0U )
443
{
444
return pdFALSE;
445
}
0 commit comments