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 5d9a53e commit 0c96d4aCopy full SHA for 0c96d4a
source/portable/NetworkInterface/STM32/NetworkInterface.c
@@ -1719,8 +1719,7 @@ static BaseType_t prvAcceptPacket( const NetworkBufferDescriptor_t * const pxDes
1719
1720
if( ( ulRxDesc & ETH_IP_PAYLOAD_MASK ) == ETH_IP_PAYLOAD_UNKNOWN )
1721
{
1722
- iptraceETHERNET_RX_EVENT_LOST();
1723
- break;
+ /* Likely ARP */
1724
}
1725
else if( ( ulRxDesc & ETH_IP_PAYLOAD_MASK ) == ETH_IP_PAYLOAD_UDP )
1726
0 commit comments