1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

boards/nucleo-{f207zg,f756zg,f767zi}: Update periph_conf.h

Rename `mac` --> `addr` (as done in header)
This commit is contained in:
Marian Buschsieweke 2020-10-05 16:04:25 +02:00
parent 7920d32e32
commit fdeb5d7eda
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F
3 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ static const adc_conf_t adc_config[] = {
*/
static const eth_conf_t eth_config = {
.mode = RMII,
.mac = { 0 },
.addr = { 0 },
.speed = ETH_SPEED_100TX_FD,
.dma = 6,
.dma_chan = 8,

View File

@ -208,7 +208,7 @@ static const spi_conf_t spi_config[] = {
*/
static const eth_conf_t eth_config = {
.mode = RMII,
.mac = { 0 },
.addr = { 0 },
.speed = ETH_SPEED_100TX_FD,
.dma = 7,
.dma_chan = 8,

View File

@ -156,7 +156,7 @@ static const spi_conf_t spi_config[] = {
*/
static const eth_conf_t eth_config = {
.mode = RMII,
.mac = { 0 },
.addr = { 0 },
.speed = ETH_SPEED_100TX_FD,
.dma = 3,
.dma_chan = 8,