aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/stm32-h103/exti_both/exti_both.c
diff options
context:
space:
mode:
authorJeff Ciesielski2012-11-13 13:27:36 -0800
committerJeff Ciesielski2012-11-13 13:27:36 -0800
commit88d4f020816c018e31ba48cdd975a9738ba56eed (patch)
treec213211778736d5ce2f06b4cf186a6900f522b20 /examples/stm32/f1/stm32-h103/exti_both/exti_both.c
parentffe392c11bdc7c45f61c652ecabd79fecbe1938a (diff)
parentdb35fbb7ba97a8a6d7481edf07cb82cae06aa834 (diff)
Merge pull request #3 from Jeff-Ciesielski/master
Integrate ICDs changes into the upstream opencm3 repository
Diffstat (limited to 'examples/stm32/f1/stm32-h103/exti_both/exti_both.c')
-rw-r--r--examples/stm32/f1/stm32-h103/exti_both/exti_both.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/stm32-h103/exti_both/exti_both.c b/examples/stm32/f1/stm32-h103/exti_both/exti_both.c
index 3bafcc9..c871c35 100644
--- a/examples/stm32/f1/stm32-h103/exti_both/exti_both.c
+++ b/examples/stm32/f1/stm32-h103/exti_both/exti_both.c
@@ -20,7 +20,7 @@
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/stm32/f1/gpio.h>
-#include <libopencm3/stm32/nvic.h>
+#include <libopencm3/cm3/nvic.h>
#include <libopencm3/stm32/exti.h>
u16 exti_line_state;