stm32l0: add EXTI definitions

This commit is contained in:
Robin Kreis
2015-05-22 22:10:48 +02:00
committed by Karl Palsson
parent 112cf5d085
commit 8e7a89ac75
2 changed files with 43 additions and 0 deletions

View File

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