mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 01:49:24 +08:00
arch/nrf53/nrf53_i2c.c: fix I2C3 base
fix I2C3 base Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -195,7 +195,7 @@ static struct nrf53_i2c_priv_s g_nrf53_i2c2_priv =
|
||||
static struct nrf53_i2c_priv_s g_nrf53_i2c3_priv =
|
||||
{
|
||||
.ops = &g_nrf53_i2c_ops,
|
||||
.base = NRF53_TWIM2_BASE,
|
||||
.base = NRF53_TWIM3_BASE,
|
||||
.scl_pin = BOARD_I2C3_SCL_PIN,
|
||||
.sda_pin = BOARD_I2C3_SDA_PIN,
|
||||
.refs = 0,
|
||||
|
||||
Reference in New Issue
Block a user