aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc2012-03-06 11:41:29 +0100
committerPiotr Esden-Tempski2012-04-24 09:08:49 +0200
commitc3038bc876c0154a375a92e91d3cce271d48ae1c (patch)
tree52dc909ba34c4a922fa91ad8170390421c38fe8c
parent5510e1fe3b68708e0b539cf615833fea52d389eb (diff)
Added rcc.h include, needed for osc_t.
-rw-r--r--include/libopencm3/stm32/f1/rtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/f1/rtc.h b/include/libopencm3/stm32/f1/rtc.h
index d9c2639..5e203ab 100644
--- a/include/libopencm3/stm32/f1/rtc.h
+++ b/include/libopencm3/stm32/f1/rtc.h
@@ -23,6 +23,7 @@
#include <libopencm3/stm32/memorymap.h>
#include <libopencm3/cm3/common.h>
#include <libopencm3/stm32/pwr.h>
+#include <libopencm3/stm32/f1/rcc.h>
/* --- RTC registers ------------------------------------------------------- */