aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/other/rtc/rtc.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/f1/other/rtc/rtc.c')
-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 41c5d89..9db114c 100644
--- a/examples/stm32/f1/other/rtc/rtc.c
+++ b/examples/stm32/f1/other/rtc/rtc.c
@@ -19,7 +19,7 @@
#include <libopencm3/stm32/f1/rcc.h>
#include <libopencm3/stm32/f1/gpio.h>
-#include <libopencm3/stm32/f1/rtc.h>
+#include <libopencm3/stm32/rtc.h>
#include <libopencm3/stm32/usart.h>
#include <libopencm3/stm32/pwr.h>
#include <libopencm3/cm3/nvic.h>