Update for 48MHz operation.

This commit is contained in:
Richard Barry 2008-01-27 17:02:05 +00:00
parent 701b090cd1
commit 0b5d1fb68a

View file

@ -88,7 +88,7 @@
#define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY ) #define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY )
/* Constants to setup the PLL. */ /* 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 mainPLL_DIV ( ( unsigned portLONG ) 0x0000 )
#define mainCPU_CLK_DIV ( ( unsigned portLONG ) 0x0003 ) #define mainCPU_CLK_DIV ( ( unsigned portLONG ) 0x0003 )
#define mainPLL_ENABLE ( ( unsigned portLONG ) 0x0001 ) #define mainPLL_ENABLE ( ( unsigned portLONG ) 0x0001 )