boards/nrf52-feather: fix typo in I2C1 initialization
This commit is contained in:
parent
e1ffacfc33
commit
235e0e92a8
@ -88,7 +88,7 @@ int nrf52_i2ctool(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NRF52_I2C1_MASTER
|
#ifdef CONFIG_NRF52_I2C1_MASTER
|
||||||
ret = nrf52_i2c_register(0);
|
ret = nrf52_i2c_register(1);
|
||||||
#endif
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user