stm32f3: timer support added.

This commit is contained in:
Federico Ruiz Ugalde
2013-06-26 03:58:25 -06:00
committed by Piotr Esden-Tempski
parent 6af6cec101
commit 74a313625f
4 changed files with 45 additions and 1 deletions

View File

@@ -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)