mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
It is too late to be doing this... Fix the spacing error introduced with the second correction to the 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 frequency*/
|
||||
/* 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 frequency*/
|
||||
/* 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 frequency*/
|
||||
/* Restore the frequency */
|
||||
|
||||
stm32_i2c_setclock(priv, frequency);
|
||||
ret = OK;
|
||||
|
||||
Reference in New Issue
Block a user