From: richardbarry Date: Sun, 27 Jan 2008 17:02:05 +0000 (+0000) Subject: Update for 48MHz operation. X-Git-Tag: V4.7.1~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9e621d497e089baf9cf69fd3742559646339ebb8;p=freertos Update for 48MHz operation. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@137 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c index f81a99dc2..de79e16b0 100644 --- a/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c +++ b/Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c @@ -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 )