This commit is contained in:
David Sidrane 2017-03-10 15:42:59 +00:00
parent acaebb361b
commit 2baffab16e

View File

@ -1038,7 +1038,7 @@ static inline void stm32_i2c_sem_waitstop(FAR struct stm32_i2c_priv_s *priv)
elapsed = clock_systimer() - start;
/* Check for STOP condition */
/* Check for STOP condition */
cr = stm32_i2c_getreg32(priv, STM32_I2C_CR2_OFFSET);
if ((cr & I2C_CR2_STOP) == 0)