diff --git a/os/hal/platforms/STM32/i2c_lld.c b/os/hal/platforms/STM32/i2c_lld.c index 6ad501e04..2d37354e6 100644 --- a/os/hal/platforms/STM32/i2c_lld.c +++ b/os/hal/platforms/STM32/i2c_lld.c @@ -394,7 +394,6 @@ void i2c_lld_start(I2CDriver *i2cp) { i2cp->dmamode |= STM32_DMA_CR_CHSEL(I2C1_RX_DMA_CHANNEL) | \ STM32_DMA_CR_PL(STM32_I2C_I2C1_DMA_PRIORITY); - __NOP(); } #endif /* STM32_I2C_USE_I2C1 */