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.
2 parents 58f4b41 + 2918270 commit 517982cCopy full SHA for 517982c
features/FEATURE_LWIP/lwip-interface/lwip-eth/arch/TARGET_NXP/lpc17_emac.c
@@ -861,11 +861,7 @@ static err_t low_level_init(struct netif *netif)
861
return ERR_BUF;
862
863
/* Enable packet reception */
864
-#if IP_SOF_BROADCAST_RECV
865
LPC_EMAC->RxFilterCtrl = EMAC_RFC_PERFECT_EN | EMAC_RFC_BCAST_EN | EMAC_RFC_MCAST_EN;
866
-#else
867
- LPC_EMAC->RxFilterCtrl = EMAC_RFC_PERFECT_EN;
868
-#endif
869
870
/* Clear and enable rx/tx interrupts */
871
LPC_EMAC->IntClear = 0xFFFF;
0 commit comments