stm32f3 dac support added.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
0a39eab19a
commit
a7bcf6446b
@@ -21,6 +21,8 @@
|
||||
# include <libopencm3/stm32/f1/dac.h>
|
||||
#elif defined(STM32F2)
|
||||
# include <libopencm3/stm32/f2/dac.h>
|
||||
#elif defined(STM32F3)
|
||||
# include <libopencm3/stm32/f3/dac.h>
|
||||
#elif defined(STM32F4)
|
||||
# include <libopencm3/stm32/f4/dac.h>
|
||||
#elif defined(STM32L1)
|
||||
|
||||
Reference in New Issue
Block a user