Fixed wrong value in init_pll().

This commit is contained in:
Vincent Rivière
2012-10-22 22:20:27 +00:00
parent 5616778836
commit a4b3e47d1c

View File

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