stm32l4: enable common exti functionality
tested on l476 disco board.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user