diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-05 14:40:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-05 14:40:48 +0000 |
commit | cdf83ce254198264167a1102c9c615b141b3c1dd (patch) | |
tree | bf90e468516fcdffd77f08fb98282e375cd147ed /os/hal/platforms/STM32F4xx/stm32_dma.h | |
parent | 4895ea3f4ea3c80f9e2648c71d566da69388b4ff (diff) | |
download | ChibiOS-cdf83ce254198264167a1102c9c615b141b3c1dd.tar.gz ChibiOS-cdf83ce254198264167a1102c9c615b141b3c1dd.tar.bz2 ChibiOS-cdf83ce254198264167a1102c9c615b141b3c1dd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx/stm32_dma.h')
-rw-r--r-- | os/hal/platforms/STM32F4xx/stm32_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/stm32_dma.h b/os/hal/platforms/STM32F4xx/stm32_dma.h index a1266fec4..327b1bc55 100644 --- a/os/hal/platforms/STM32F4xx/stm32_dma.h +++ b/os/hal/platforms/STM32F4xx/stm32_dma.h @@ -155,7 +155,7 @@ * @brief STM32 DMA stream descriptor structure.
*/
typedef struct {
- DMA_Channel_TypeDef *channel; /**< @brief Associated DMA channel. */
+ DMA_Stream_TypeDef *stream; /**< @brief Associated DMA channel. */
volatile uint32_t *ifcr; /**< @brief Associated IFCR reg. */
uint8_t ishift; /**< @brief Bits offset in xIFCR
register. */
|