stm32: exti: Define all irqs in common header.
There's more exti lines on many more devices now. F0 and F3 have extras, as did L1 and L0. There's no real reason not to have higher order EXTI definitions defined at the top level, and it reduces the number of files to merge together to find all definitions for the bigger devices. Signed-off-by: Karl Palsson <karlp@tweak.net.au> Fixes #338
This commit is contained in:
@@ -36,6 +36,6 @@
|
||||
#ifndef LIBOPENCM3_EXTI_H
|
||||
#define LIBOPENCM3_EXTI_H
|
||||
|
||||
#include <libopencm3/stm32/common/exti_common_l1f24.h>
|
||||
#include <libopencm3/stm32/common/exti_common_all.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user