stm32l0: add LPTIM definitions

This commit is contained in:
Robin Kreis
2015-05-18 10:27:54 +02:00
committed by Karl Palsson
parent 232a33b01d
commit 0a76a24286
2 changed files with 213 additions and 0 deletions

View File

@@ -32,6 +32,8 @@
# include <libopencm3/stm32/f3/timer.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/timer.h>
#elif defined(STM32L0)
# include <libopencm3/stm32/l0/timer.h>
#elif defined(STM32L1)
# include <libopencm3/stm32/l1/timer.h>
#else