]> git.sur5r.net Git - freertos/blobdiff - Demo/ColdFire_MCF52221_CodeWarrior/sources/FreeRTOS_Tick_Setup.c
Ready for V5.1.1 release.
[freertos] / Demo / ColdFire_MCF52221_CodeWarrior / sources / FreeRTOS_Tick_Setup.c
index b9eb5eb768ce5f8854b850824348d0c15283ef0a..f3741eb5cb3cca735a41ec600bfe4af6370710f4 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-       FreeRTOS.org V5.0.3 - Copyright (C) 2003-2008 Richard Barry.\r
+       FreeRTOS.org V5.1.1 - Copyright (C) 2003-2008 Richard Barry.\r
 \r
        This file is part of the FreeRTOS.org distribution.\r
 \r
@@ -51,7 +51,6 @@
 #include "task.h"\r
 \r
 __declspec(interrupt:0) void vPIT0InterruptHandler( void );\r
-extern unsigned portLONG __VECTOR_RAM[];\r
 \r
 /* Constants used to configure the interrupts. */\r
 #define portPRESCALE_VALUE                     64\r
@@ -62,7 +61,7 @@ extern unsigned portLONG __VECTOR_RAM[];
 /*\r
  * FreeRTOS.org requires two interrupts - a tick interrupt generated from a\r
  * timer source, and a spare interrupt vector used for context switching.\r
- * The configuration below uses PIT0 for the former, and vector 63 for the\r
+ * The configuration below uses PIT0 for the former, and vector 16 for the\r
  * latter.  **IF YOUR APPLICATION HAS BOTH OF THESE INTERRUPTS FREE THEN YOU DO\r
  * NOT NEED TO CHANGE ANY OF THIS CODE** - otherwise instructions are provided\r
  * here for using alternative interrupt sources.\r
@@ -92,7 +91,7 @@ extern unsigned portLONG __VECTOR_RAM[];
  *\r
  *  3) Change the name of the function __cs3_isr_interrupt_127() within portasm.S\r
  *  to be correct for whichever vector number is being used.  By default interrupt\r
- *  controller 0 number 63 is used, which corresponds to vector number 127.\r
+ *  controller 0 number 16 is used, which corresponds to vector number 127.\r
  */\r
 void vApplicationSetupInterrupts( void )\r
 {\r