aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32L1xx/stm32_dma.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-13 10:55:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-13 10:55:33 +0000
commitec1bf1b741390d7b6128382971b504a3ee9b7111 (patch)
tree15dd98e7acad7c731d2d1a48fec7e9419a90dfd0 /os/hal/platforms/STM32L1xx/stm32_dma.h
parent1e80eff6a8167b3f0d8a960fec96d922107a8be7 (diff)
downloadChibiOS-ec1bf1b741390d7b6128382971b504a3ee9b7111.tar.gz
ChibiOS-ec1bf1b741390d7b6128382971b504a3ee9b7111.tar.bz2
ChibiOS-ec1bf1b741390d7b6128382971b504a3ee9b7111.zip
STM32F4xx SPI driver working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3490 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/stm32_dma.h')
-rw-r--r--os/hal/platforms/STM32L1xx/stm32_dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/stm32_dma.h b/os/hal/platforms/STM32L1xx/stm32_dma.h
index e22d99f2b..0d80a39e7 100644
--- a/os/hal/platforms/STM32L1xx/stm32_dma.h
+++ b/os/hal/platforms/STM32L1xx/stm32_dma.h
@@ -144,6 +144,7 @@
* @name CR register constants only found in enhanced DMA
* @{
*/
+#define STM32_DMA_CR_DMEIE 0 /**< @brief Ignored by normal DMA. */
#define STM32_DMA_CR_CHSEL_MASK 0 /**< @brief Ignored by normal DMA. */
#define STM32_DMA_CR_CHSEL(n) 0 /**< @brief Ignored by normal DMA. */
/** @} */