]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
Remove incorrect comment.
[freertos] / Demo / ARM7_LPC2368_Rowley / FreeRTOSConfig.h
index 2ef3f547053a9c097a8e28670c7a0fc4dbc41186..01ec46b75fe136886f7e2ca0c9f5941423c6049b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS V3.2.3 - Copyright (C) 2003-2005 Richard Barry.\r
+       FreeRTOS V4.6.1 - Copyright (C) 2003-2005 Richard Barry.\r
 \r
        This file is part of the FreeRTOS distribution.\r
 \r
@@ -49,7 +49,7 @@
 #define configUSE_PREEMPTION           1\r
 #define configUSE_IDLE_HOOK         0\r
 #define configUSE_TICK_HOOK         0\r
-#define configCPU_CLOCK_HZ          ( ( unsigned portLONG ) 57600000 ) /* =12Mhz xtal multiplied by 5 using the PLL. */\r
+#define configCPU_CLOCK_HZ          ( ( unsigned portLONG ) 57600000 ) \r
 #define configTICK_RATE_HZ          ( ( portTickType ) 1000 )\r
 #define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 4 )\r
 #define configMINIMAL_STACK_SIZE       ( ( unsigned portSHORT ) 120 )\r