]> git.sur5r.net Git - freertos/commitdiff
Update for 48MHz operation.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 27 Jan 2008 17:02:05 +0000 (17:02 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 27 Jan 2008 17:02:05 +0000 (17:02 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@137 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/ARM7_LPC2368_Eclipse/RTOSDemo/main.c

index f81a99dc24c96f6e49e7b42856b52c8a67381695..de79e16b04b6a9735b85de2f0599b0caad85d2c9 100644 (file)
@@ -88,7 +88,7 @@
 #define mainGEN_QUEUE_TASK_PRIORITY                    ( tskIDLE_PRIORITY ) \r
 \r
 /* Constants to setup the PLL. */\r
-#define mainPLL_MUL                    ( ( unsigned portLONG ) ( 12 - 1 ) )\r
+#define mainPLL_MUL                    ( ( unsigned portLONG ) ( 8 - 1 ) )\r
 #define mainPLL_DIV                    ( ( unsigned portLONG ) 0x0000 )\r
 #define mainCPU_CLK_DIV                ( ( unsigned portLONG ) 0x0003 )\r
 #define mainPLL_ENABLE         ( ( unsigned portLONG ) 0x0001 )\r