This is an automated email from the ASF dual-hosted git repository.
michallenc 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 ba4f774d8c0 arch/arm/src/common/stm32/Kconfig.i2c: add missing new line
ba4f774d8c0 is described below
commit ba4f774d8c08f3ae90e5ad786a3e6bc412a63b73
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