From e7cadf0822815eb0743b6bead30166f23117af8a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 4 Mar 2010 21:25:25 +0100 Subject: Use direct #includes instead of libopenstm32.h. --- lib/rcc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rcc.c') diff --git a/lib/rcc.c b/lib/rcc.c index 92d6815..6f3d2ba 100644 --- a/lib/rcc.c +++ b/lib/rcc.c @@ -20,7 +20,8 @@ * along with this program. If not, see . */ -#include +#include +#include void rcc_osc_ready_int_clear(osc_t osc) { @@ -324,7 +325,6 @@ u32 rcc_system_clock_source(void) return ((RCC_CFGR & 0x000c) >> 2); } - /* * These functions are setting up the whole clock system for the most common * input clock and output clock configurations. -- cgit v1.2.3