From 94ce82396bd69dfde8807dad27e23f30913247aa Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 18 Oct 2012 13:28:03 +0200 Subject: modified examples to use libopencm3/cm3/nvic.h instead of /stm32/ --- examples/stm32/f1/other/timer_interrupt/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/f1/other/timer_interrupt/timer.c') 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 #include #include -#include +#include void gpio_setup(void) { -- cgit v1.2.3