]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-RDK_IAR/main-blinky.c
Change the priorities used by the RX/RDK/IAR demo application to ensure they can...
[freertos] / Demo / RX600_RX62N-RDK_IAR / main-blinky.c
index 04e6f92dfbef21489ca8e881fa347fd4b7154450..edaaf2daf1807af68ab614ede84b793d107e0d36 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V6.0.5 - Copyright (C) 2010 Real Time Engineers Ltd.\r
+    FreeRTOS V6.1.1 - Copyright (C) 2011 Real Time Engineers Ltd.\r
 \r
     ***************************************************************************\r
     *                                                                         *\r
@@ -10,7 +10,7 @@
     *    + Looking for basic training,                                        *\r
     *    + Wanting to improve your FreeRTOS skills and productivity           *\r
     *                                                                         *\r
-    * then take a look at the FreeRTOS eBook                                  *\r
+    * then take a look at the FreeRTOS books - available as PDF or paperback  *\r
     *                                                                         *\r
     *        "Using the FreeRTOS Real Time Kernel - a Practical Guide"        *\r
     *                  http://www.FreeRTOS.org/Documentation                  *\r
@@ -59,7 +59,8 @@
  * (causing the first task to toggle the LED).\r
  *\r
  * For a much more complete and complex example select either the Debug or\r
- * Debug_with_optimisation build configurations within the HEW IDE.\r
+ * Debug_with_optimisation build configurations within the Embedded Workbench\r
+ * IDE.\r
 */\r
 \r
 /* Hardware specific includes. */\r
@@ -94,7 +95,7 @@ static void prvQueueSendTask( void *pvParameters );
 /* The queue used by both tasks. */\r
 static xQueueHandle xQueue = NULL;\r
 \r
-/* This variable is not used by this simple Blinky example.  It is defined \r
+/* This variable is not used by this simple Blinky example.  It is defined\r
 purely to allow the project to link as it is used by the full project. */\r
 volatile unsigned long ulHighFrequencyTickCount = 0UL;\r
 /*-----------------------------------------------------------*/\r