Skip to content

Commit 6d18eb3

Browse files
committed
Update xilinx_ultrascale as well
1 parent 754c05f commit 6d18eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ BaseType_t xMayAcceptPacket( uint8_t * pucEthernetBuffer )
405405

406406
/* Ensure that the incoming packet is not fragmented (only outgoing packets
407407
* can be fragmented) as these are the only handled IP frames currently. */
408-
if( ( pxIPHeader->usFragmentOffset & FreeRTOS_ntohs( ipFRAGMENT_OFFSET_BIT_MASK ) ) != 0U )
408+
if( ( pxIPHeader->usFragmentOffset & ipFRAGMENT_OFFSET_BIT_MASK ) != 0U )
409409
{
410410
return pdFALSE;
411411
}

0 commit comments

Comments
 (0)