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 */