I2C. Deleted __NOP()

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3705 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-01-02 17:13:03 +00:00
parent 2f6d56866c
commit e6601833cb
1 changed files with 0 additions and 1 deletions

View File

@ -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 */