git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5371 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-03-06 21:04:38 +00:00
parent 6de945e6aa
commit 3b195011ab
1 changed files with 2 additions and 2 deletions

View File

@ -341,9 +341,9 @@
/* I2C attributes.*/ /* I2C attributes.*/
#define STM32_HAS_I2C1 TRUE #define STM32_HAS_I2C1 TRUE
#define STM32_I2C1_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 6)) #define STM32_I2C1_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 7))
#define STM32_I2C1_RX_DMA_CHN 0x00000000 #define STM32_I2C1_RX_DMA_CHN 0x00000000
#define STM32_I2C1_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 7)) #define STM32_I2C1_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 6))
#define STM32_I2C1_TX_DMA_CHN 0x00000000 #define STM32_I2C1_TX_DMA_CHN 0x00000000
#define STM32_HAS_I2C2 TRUE #define STM32_HAS_I2C2 TRUE