Remove unused local variable causing a compiler warning.

This commit is contained in:
Jared Boone
2013-09-17 22:21:11 -07:00
parent 04e70483a2
commit 76704be008

View File

@ -239,8 +239,6 @@ Configure PLL1 to max speed (204MHz).
Note: PLL1 clock is used by M4/M0 core, Peripheral, APB1. */
void cpu_clock_init(void)
{
uint32_t pll_reg;
/* use IRC as clock source for APB1 (including I2C0) */
CGU_BASE_APB1_CLK = CGU_BASE_APB1_CLK_CLK_SEL(CGU_SRC_IRC);