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/dac.h')
-rw-r--r--include/libopencm3/stm32/dac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/dac.h b/include/libopencm3/stm32/dac.h
index 962210f3..6a17a738 100644
--- a/include/libopencm3/stm32/dac.h
+++ b/include/libopencm3/stm32/dac.h
@@ -34,6 +34,8 @@
# include <libopencm3/stm32/f7/dac.h>
#elif defined(STM32L1)
# include <libopencm3/stm32/l1/dac.h>
+#elif defined(STM32L4)
+# include <libopencm3/stm32/l4/dac.h>
#else
# error "stm32 family not defined."
#endif