mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
Another spelling error
This commit is contained in:
@@ -1929,7 +1929,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s *dev)
|
||||
|
||||
stm32_i2c_init(priv);
|
||||
|
||||
/* Restore the frequecncy */
|
||||
/* Restore the frequency*/
|
||||
|
||||
stm32_i2c_setclock(priv, frequency);
|
||||
ret = OK;
|
||||
|
||||
@@ -2374,7 +2374,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s * dev)
|
||||
|
||||
stm32_i2c_init(priv);
|
||||
|
||||
/* Restore the frequecncy */
|
||||
/* Restore the frequency*/
|
||||
|
||||
stm32_i2c_setclock(priv, frequency);
|
||||
ret = OK;
|
||||
|
||||
@@ -1929,7 +1929,7 @@ static int stm32_i2c_reset(FAR struct i2c_master_s * dev)
|
||||
|
||||
stm32_i2c_init(priv);
|
||||
|
||||
/* Restore the frequecncy */
|
||||
/* Restore the frequency*/
|
||||
|
||||
stm32_i2c_setclock(priv, frequency);
|
||||
ret = OK;
|
||||
|
||||
Reference in New Issue
Block a user