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

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


The following commit(s) were added to refs/heads/master by this push:
     new f311228f80 arm/efm32: Fix typo error: CONFIG_EFM32_I2C_DYNTIMEOUT to 
CONFIG_EFM32_I2C_DYNTIMEO
f311228f80 is described below

commit f311228f80e4e912443afa68be8e587839fa5f3d
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Sun May 15 12:56:56 2022 +0800

    arm/efm32: Fix typo error: CONFIG_EFM32_I2C_DYNTIMEOUT to 
CONFIG_EFM32_I2C_DYNTIMEO
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 arch/arm/src/efm32/efm32_i2c.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/src/efm32/efm32_i2c.c b/arch/arm/src/efm32/efm32_i2c.c
index 5262413a2d..8f021d8733 100644
--- a/arch/arm/src/efm32/efm32_i2c.c
+++ b/arch/arm/src/efm32/efm32_i2c.c
@@ -264,9 +264,9 @@ static inline int efm32_i2c_sem_wait(struct 
efm32_i2c_priv_s *priv);
 static int
 efm32_i2c_sem_wait_noncancelable(struct efm32_i2c_priv_s *priv);
 
-#ifdef CONFIG_EFM32_I2C_DYNTIMEOUT
+#ifdef CONFIG_EFM32_I2C_DYNTIMEO
 static useconds_t efm32_i2c_tousecs(int msgc, struct i2c_msg_s *msgs);
-#endif /* CONFIG_EFM32_I2C_DYNTIMEOUT */
+#endif /* CONFIG_EFM32_I2C_DYNTIMEO */
 
 static inline int efm32_i2c_sem_waitdone(struct efm32_i2c_priv_s *priv);
 static inline void efm32_i2c_sem_post(struct efm32_i2c_priv_s *priv);

Reply via email to