Skip to content

Commit

Permalink
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6204 35acf78f-6…
Browse files Browse the repository at this point in the history
…73a-0410-8e92-d51de3d6d3f4
  • Loading branch information
gdisirio committed Aug 23, 2013
1 parent cc131fd commit 17f38e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os/hal/platforms/STM32F4xx/hal_lld.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@
#define STM32_I2C1_RX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 0) | \
STM32_DMA_STREAM_ID_MSK(1, 5))
#define STM32_I2C1_RX_DMA_CHN 0x00100001
#define STM32_I2C1_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 7)) | \
(STM32_DMA_STREAM_ID_MSK(1, 6))
#define STM32_I2C1_TX_DMA_MSK (STM32_DMA_STREAM_ID_MSK(1, 7) | \
STM32_DMA_STREAM_ID_MSK(1, 6))
#define STM32_I2C1_TX_DMA_CHN 0x11000000

#define STM32_HAS_I2C2 TRUE
Expand Down

0 comments on commit 17f38e4

Please sign in to comment.