Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Revaillot <revaillot@archos.com>2019-06-11 17:58:58 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-06-17 14:44:44 +0300
commiteb0bc099f435b51e50f7a487b565cacdd0f1204f (patch)
treefbcea7a0eeb16f360875a2f9d22ff0dee5a98955 /include/libopencm3/stm32
parente06898d9a448d1ed0de7a1c16f6979b091e20b40 (diff)
stm32l0: dma: include dma_cselr, present on l0x1-2-3.
Diffstat (limited to 'include/libopencm3/stm32')
-rw-r--r--include/libopencm3/stm32/l0/dma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/l0/dma.h b/include/libopencm3/stm32/l0/dma.h
index b39d0610..344f4d4b 100644
--- a/include/libopencm3/stm32/l0/dma.h
+++ b/include/libopencm3/stm32/l0/dma.h
@@ -32,6 +32,7 @@
#define LIBOPENCM3_DMA_H
#include <libopencm3/stm32/common/dma_common_l1f013.h>
+#include <libopencm3/stm32/common/dma_common_csel.h>
#endif