stm32l4: enable common exti functionality

tested on l476 disco board.
This commit is contained in:
Karl Palsson
2018-03-04 00:02:44 +00:00
parent 8feb711ca0
commit 1379ab4777
3 changed files with 26 additions and 0 deletions

View File

@@ -36,6 +36,8 @@
# include <libopencm3/stm32/l0/exti.h>
#elif defined(STM32L1)
# include <libopencm3/stm32/l1/exti.h>
#elif defined(STM32L4)
# include <libopencm3/stm32/l4/exti.h>
#else
# error "stm32 family not defined."
#endif