From 042f6e696d07975cd2f27af02618df4b6d860f8d Mon Sep 17 00:00:00 2001 From: Jeonghyun Kim Date: Thu, 11 Feb 2021 00:44:39 +0900 Subject: [PATCH] board: nucleo-l432kc: fix code style correctly --- boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c b/boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c index c3dae0b500..33fd1242b8 100644 --- a/boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c +++ b/boards/arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c @@ -212,6 +212,7 @@ int board_app_initialize(uintptr_t arg) #ifdef CONFIG_STM32L4_I2C3 /* Get the I2C lower half instance */ + i2c3 = stm32l4_i2cbus_initialize(3); if (i2c3 == NULL) {