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/stm32-h103/timer/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/f1/stm32-h103/timer/timer.c') diff --git a/examples/stm32/f1/stm32-h103/timer/timer.c b/examples/stm32/f1/stm32-h103/timer/timer.c index 07f668b..210e592 100644 --- a/examples/stm32/f1/stm32-h103/timer/timer.c +++ b/examples/stm32/f1/stm32-h103/timer/timer.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include u16 frequency_sequence[18] = { -- cgit v1.2.3