remove trailing whitespace
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5575 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
f2e40f1ace
commit
53c164a93b
|
@ -127,7 +127,6 @@ void lpc8xx_clock_init(void) {
|
||||||
source to ensure AHB clock stays in spec */
|
source to ensure AHB clock stays in spec */
|
||||||
LPC_SYSCON->SYSAHBCLKDIV = LPC8xx_SYSABHCLK_DIV;
|
LPC_SYSCON->SYSAHBCLKDIV = LPC8xx_SYSABHCLK_DIV;
|
||||||
|
|
||||||
|
|
||||||
/* Main clock source selection.*/
|
/* Main clock source selection.*/
|
||||||
LPC_SYSCON->MAINCLKSEL = LPC8xx_MAINCLK_SOURCE;
|
LPC_SYSCON->MAINCLKSEL = LPC8xx_MAINCLK_SOURCE;
|
||||||
LPC_SYSCON->MAINCLKUEN = 1;
|
LPC_SYSCON->MAINCLKUEN = 1;
|
||||||
|
|
Loading…
Reference in New Issue