diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-02 17:13:03 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-02 17:13:03 +0000 |
commit | e6601833cb5262a63a7c727056c97fbef666e116 (patch) | |
tree | 66e3c8e0a349dfad5f68704f380a813a551bff7c | |
parent | 2f6d56866cb62154a4e1567c0081f40d80b65f44 (diff) | |
download | ChibiOS-e6601833cb5262a63a7c727056c97fbef666e116.tar.gz ChibiOS-e6601833cb5262a63a7c727056c97fbef666e116.tar.bz2 ChibiOS-e6601833cb5262a63a7c727056c97fbef666e116.zip |
I2C. Deleted __NOP()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3705 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | os/hal/platforms/STM32/i2c_lld.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |