mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Final mods prior to release.
This commit is contained in:
parent
c36f76a062
commit
b5ab3cd823
3 changed files with 23 additions and 23 deletions
|
@ -377,7 +377,7 @@ void prvSetupHardware( void )
|
|||
PLL0FEED = PLLFEED_FEED1;
|
||||
PLL0FEED = PLLFEED_FEED2;
|
||||
|
||||
/* 6x CPU clock divider (72 MHz) */
|
||||
/* 6x CPU clock divider (64 MHz) */
|
||||
CCLKCFG = 5;
|
||||
|
||||
/* Wait for the PLL to lock. */
|
||||
|
@ -388,7 +388,7 @@ void prvSetupHardware( void )
|
|||
PLL0FEED = PLLFEED_FEED1;
|
||||
PLL0FEED = PLLFEED_FEED2;
|
||||
|
||||
/* Setup the peripheral bus to be the same as the PLL output (72 MHz). */
|
||||
/* Setup the peripheral bus to be the same as the PLL output (64 MHz). */
|
||||
PCLKSEL0 = 0x05555555;
|
||||
|
||||
/* Configure LED GPIOs as outputs. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue