aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/rtc
diff options
context:
space:
mode:
authorchrysn2012-10-18 13:28:03 +0200
committerchrysn2012-10-18 13:28:03 +0200
commit94ce82396bd69dfde8807dad27e23f30913247aa (patch)
treeb26153bbc41374e35370214a765b87b25bc01c33 /examples/stm32/f1/other/rtc
parent1684ffe18d4f8e54ebcec204b965bd1052ad7885 (diff)
modified examples to use libopencm3/cm3/nvic.h instead of /stm32/
Diffstat (limited to 'examples/stm32/f1/other/rtc')
-rw-r--r--examples/stm32/f1/other/rtc/rtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/other/rtc/rtc.c b/examples/stm32/f1/other/rtc/rtc.c
index ee2a427..41c5d89 100644
--- a/examples/stm32/f1/other/rtc/rtc.c
+++ b/examples/stm32/f1/other/rtc/rtc.c
@@ -22,7 +22,7 @@
#include <libopencm3/stm32/f1/rtc.h>
#include <libopencm3/stm32/usart.h>
#include <libopencm3/stm32/pwr.h>
-#include <libopencm3/stm32/nvic.h>
+#include <libopencm3/cm3/nvic.h>
void clock_setup(void)
{