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