From c3038bc876c0154a375a92e91d3cce271d48ae1c Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Tue, 6 Mar 2012 11:41:29 +0100 Subject: [PATCH] Added rcc.h include, needed for osc_t. --- include/libopencm3/stm32/f1/rtc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libopencm3/stm32/f1/rtc.h b/include/libopencm3/stm32/f1/rtc.h index d9c26398..5e203ab9 100644 --- a/include/libopencm3/stm32/f1/rtc.h +++ b/include/libopencm3/stm32/f1/rtc.h @@ -23,6 +23,7 @@ #include #include #include +#include /* --- RTC registers ------------------------------------------------------- */