From a4b3e47d1c0d208e005fe815f034bea2c3441d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 22:20:27 +0000 Subject: [PATCH] Fixed wrong value in init_pll(). --- BaS_GNU/sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/sources/sysinit.c b/BaS_GNU/sources/sysinit.c index 4be2d54..54a03dc 100644 --- a/BaS_GNU/sources/sysinit.c +++ b/BaS_GNU/sources/sysinit.c @@ -256,7 +256,7 @@ void init_pll(void) uart_out_word('PLL '); wait_pll(); - * (volatile uint16_t *) (pll_base + 0x48) = 0x27; /* loopfilter r */ + * (volatile uint16_t *) (pll_base + 0x48) = 27; /* loopfilter r */ wait_pll(); * (volatile uint16_t *) (pll_base + 0x08) = 1; /* charge pump 1 */