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/dsi.h')
-rw-r--r--include/libopencm3/stm32/dsi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/dsi.h b/include/libopencm3/stm32/dsi.h
index a6074781..b811f10c 100644
--- a/include/libopencm3/stm32/dsi.h
+++ b/include/libopencm3/stm32/dsi.h
@@ -19,6 +19,8 @@
#if defined(STM32F4)
# include <libopencm3/stm32/f4/dsi.h>
+#elif defined(STM32F7)
+# include <libopencm3/stm32/f7/dsi.h>
#else
# error "dsi.h not available for this family."
#endif