Skip to content

Commit

Permalink
cpu/stm32_common/periph: Fix addr filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesVolkens committed Feb 21, 2020
1 parent ad888c5 commit c189034
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpu/stm32_common/periph/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ int stm32_eth_init(void)

/* pass all */
//ETH->MACFFR |= ETH_MACFFR_RA;
/* perfect filter on address */
ETH->MACFFR |= ETH_MACFFR_PAM;

/* store forward */
ETH->DMAOMR |= (ETH_DMAOMR_RSF | ETH_DMAOMR_TSF | ETH_DMAOMR_OSF);
Expand Down

0 comments on commit c189034

Please sign in to comment.