Skip to content

Commit

Permalink
Merge pull request #15206 from maribu/pr15193-partial-backport
Browse files Browse the repository at this point in the history
[backport] boards/nucleo-{f207zg,f746zg,f767zi}: periph_conf
  • Loading branch information
aabadie authored Oct 12, 2020
2 parents a65b4e1 + e9361ed commit 07661ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/nucleo-f207zg/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ static const eth_conf_t eth_config = {
.speed = ETH_SPEED_100TX_FD,
.dma = 6,
.dma_chan = 8,
.phy_addr = 0x01,
.phy_addr = 0x00,
.pins = {
GPIO_PIN(PORT_G, 13),
GPIO_PIN(PORT_B, 13),
Expand Down
2 changes: 1 addition & 1 deletion boards/nucleo-f746zg/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ static const eth_conf_t eth_config = {
.speed = ETH_SPEED_100TX_FD,
.dma = 7,
.dma_chan = 8,
.phy_addr = 0x01,
.phy_addr = 0x00,
.pins = {
GPIO_PIN(PORT_G, 13),
GPIO_PIN(PORT_B, 13),
Expand Down
2 changes: 1 addition & 1 deletion boards/nucleo-f767zi/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static const eth_conf_t eth_config = {
.speed = ETH_SPEED_100TX_FD,
.dma = 3,
.dma_chan = 8,
.phy_addr = 0x01,
.phy_addr = 0x00,
.pins = {
GPIO_PIN(PORT_G, 13),
GPIO_PIN(PORT_B, 13),
Expand Down

0 comments on commit 07661ab

Please sign in to comment.