mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +08:00
boards/nrf52-feather: fix typo in I2C1 initialization
This commit is contained in:
committed by
Petro Karashchenko
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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user