aboutsummaryrefslogtreecommitdiff
path: root/lib/rcc.c
diff options
context:
space:
mode:
authorUwe Hermann2010-03-04 21:25:25 +0100
committerUwe Hermann2010-03-04 21:25:25 +0100
commite7cadf0822815eb0743b6bead30166f23117af8a (patch)
treee505ec9f7c99c0a9c8eabef79833e139b23e56b9 /lib/rcc.c
parent92194abda482654d05df88fa7c0e8c5ed477d934 (diff)
Use direct #includes instead of libopenstm32.h.
Diffstat (limited to 'lib/rcc.c')
-rw-r--r--lib/rcc.c4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <libopenstm32.h>
+#include <libopenstm32/rcc.h>
+#include <libopenstm32/flash.h>
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.