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:
Diffstat (limited to 'include/libopencm3/stm32/dma.h')
-rw-r--r--include/libopencm3/stm32/dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/dma.h b/include/libopencm3/stm32/dma.h
index e4a4ea16..8ed90c27 100644
--- a/include/libopencm3/stm32/dma.h
+++ b/include/libopencm3/stm32/dma.h
@@ -30,6 +30,8 @@
# include <libopencm3/stm32/f3/dma.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/dma.h>
+#elif defined(STM32F7)
+# include <libopencm3/stm32/f7/dma.h>
#elif defined(STM32L0)
# include <libopencm3/stm32/l0/dma.h>
#elif defined(STM32L1)