]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM7_LPC2368_Rowley/FreeRTOSConfig.h
Remove incorrect comment.
[freertos] / Demo / ARM7_LPC2368_Rowley / FreeRTOSConfig.h
index 80547d98e782c5367661b937e8ae395cd1b1f256..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
@@ -101,7 +101,7 @@ to exclude the API function. */
 \r
 \r
 #define VICVectAddr    VICAddress\r
-\r
+#define VICVectCntl4 VICVectPriority4\r
 typedef struct\r
 {\r
        long xColumn;\r