Skip to content
Snippets Groups Projects
Commit 4fb3106e authored by Richard Barry's avatar Richard Barry
Browse files

Update for 48MHz operation.

git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@137 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
parent 5c14577a
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@
#define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY )
/* Constants to setup the PLL. */
#define mainPLL_MUL ( ( unsigned portLONG ) ( 12 - 1 ) )
#define mainPLL_MUL ( ( unsigned portLONG ) ( 8 - 1 ) )
#define mainPLL_DIV ( ( unsigned portLONG ) 0x0000 )
#define mainCPU_CLK_DIV ( ( unsigned portLONG ) 0x0003 )
#define mainPLL_ENABLE ( ( unsigned portLONG ) 0x0001 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment