mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 15:37:23 +00:00
arm/efm32: Fix typo error: CONFIG_EFM32_I2C_DYNTIMEOUT to CONFIG_EFM32_I2C_DYNTIMEO
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
1f920e55d3
commit
f311228f80
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue