This is an automated email from the ASF dual-hosted git repository. xiaoxiang781216 pushed a commit to branch releases/13.0 in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit a6886722b34241c3b44e3f4980d68e2cf00c9bdd Author: raiden00pl <[email protected]> AuthorDate: Mon Jun 15 12:00:16 2026 +0200 arch/arm/src/common/stm32/Kconfig.i2c: add missing new line kconfig-frontends doesnt handle missing newlines at the end of the file. Signed-off-by: raiden00pl <[email protected]> --- arch/arm/src/common/stm32/Kconfig.i2c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/src/common/stm32/Kconfig.i2c b/arch/arm/src/common/stm32/Kconfig.i2c index e3af19f3c7b..cd1832efced 100644 --- a/arch/arm/src/common/stm32/Kconfig.i2c +++ b/arch/arm/src/common/stm32/Kconfig.i2c @@ -310,4 +310,4 @@ config STM32_I2C_SLAVE_RETRANSFER endmenu -endif # !STM32_HAVE_I2C_H5 \ No newline at end of file +endif # !STM32_HAVE_I2C_H5
