From 6b425ee1f81cfbf14c463ac1ba310072a1f1a2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 14 Oct 2012 15:59:28 +0000 Subject: [PATCH] --- sources/sysinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/sysinit.c b/sources/sysinit.c index 5110866..03ed772 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -297,6 +297,7 @@ void wait_pll(void) } static volatile uint8_t *pll_base = (volatile uint8_t *) 0xf0000600; + void init_pll(void) { * (volatile uint16_t *) (pll_base + 0x48) = 0x27; /* loopfilter r */