This is an automated email from the ASF dual-hosted git repository.

simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new f1565aa5a03 arch/nrf53/nrf53_i2c.c: fix I2C3 base
f1565aa5a03 is described below

commit f1565aa5a0346ac05fd363079066bc5ea2128c6d
Author: raiden00pl <[email protected]>
AuthorDate: Sun Mar 22 10:47:23 2026 +0100

    arch/nrf53/nrf53_i2c.c: fix I2C3 base
    
    fix I2C3 base
    
    Signed-off-by: raiden00pl <[email protected]>
---
 arch/arm/src/nrf53/nrf53_i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/nrf53/nrf53_i2c.c b/arch/arm/src/nrf53/nrf53_i2c.c
index 7bc1f4e6055..c1f9d3dd020 100644
--- a/arch/arm/src/nrf53/nrf53_i2c.c
+++ b/arch/arm/src/nrf53/nrf53_i2c.c
@@ -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,

Reply via email to