mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +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
|
||||
|
||||
#ifdef CONFIG_NRF52_I2C1_MASTER
|
||||
ret = nrf52_i2c_register(0);
|
||||
ret = nrf52_i2c_register(1);
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user