aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/timer_interrupt/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/other/timer_interrupt/timer.c')
-rw-r--r--examples/stm32/f1/other/timer_interrupt/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/other/timer_interrupt/timer.c b/examples/stm32/f1/other/timer_interrupt/timer.c
index 21a0caa..9450548 100644
--- a/examples/stm32/f1/other/timer_interrupt/timer.c
+++ b/examples/stm32/f1/other/timer_interrupt/timer.c
@@ -21,7 +21,7 @@
#include <libopencm3/stm32/f1/flash.h>
#include <libopencm3/stm32/f1/gpio.h>
#include <libopencm3/stm32/timer.h>
-#include <libopencm3/stm32/nvic.h>
+#include <libopencm3/cm3/nvic.h>
void gpio_setup(void)
{