[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:
committed by
Felix Ruess
parent
4636eb134c
commit
69902568d1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user