]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM7_LPC2368_Eclipse/RTOSDemo/FreeRTOSConfig.h
UpdUpdate IAR projects to use Embedded Workbench V5.11.
[freertos] / Demo / ARM7_LPC2368_Eclipse / RTOSDemo / FreeRTOSConfig.h
index c5c41912fda072364cbc87633e6260beac501437..b620c45bce3b7af71462538a6fc3457329be082d 100644 (file)
@@ -48,7 +48,7 @@
 #define configUSE_PREEMPTION           1\r
 #define configUSE_IDLE_HOOK         0\r
 #define configUSE_TICK_HOOK         1\r
-#define configCPU_CLOCK_HZ          ( ( unsigned portLONG ) 57600000 ) /* =12Mhz xtal multiplied by 5 using the PLL. */\r
+#define configCPU_CLOCK_HZ          ( ( unsigned portLONG ) 48000000 ) /* =12Mhz xtal multiplied by 5 using the PLL. */\r
 #define configTICK_RATE_HZ          ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 4 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned portSHORT ) 104 )\r