mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
boards/nrf52-feather: fix typo in I2C1 initialization
This commit is contained in:
parent
e1ffacfc33
commit
235e0e92a8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue