boards/feather-m0: fix attr order in i2c_config

This commit is contained in:
smlng 2018-07-13 11:20:17 +02:00 committed by dylad
parent 2a05e5177d
commit 4abf93fcc8

View File

@ -212,8 +212,8 @@ static const i2c_conf_t i2c_config[] = {
{
.dev = &(SERCOM3->I2CM),
.speed = I2C_SPEED_NORMAL,
.sda_pin = GPIO_PIN(PA, 22),
.scl_pin = GPIO_PIN(PA, 23),
.sda_pin = GPIO_PIN(PA, 22),
.mux = GPIO_MUX_C,
.gclk_src = GCLK_CLKCTRL_GEN_GCLK0,
.flags = I2C_FLAG_NONE