[stm32-l1] Turn on the DMA code.

It appears to be the same dma peripheral as in the F1 and F3, so just
enable it as is.
This commit is contained in:
Karl Palsson
2013-02-04 17:20:59 +00:00
committed by Felix Ruess
parent 4636eb134c
commit 69902568d1
3 changed files with 49 additions and 6 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
# include <libopencm3/stm32/f2/dma.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/dma.h>
/*#elif defined(STM32L1)
# include <libopencm3/stm32/l1/dma.h>*/
#elif defined(STM32L1)
# include <libopencm3/stm32/l1/dma.h>
#else
# error "stm32 family not defined."
#endif