]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/dsPIC_MPLAB/lcd.h
Update version number to 8.1.2 after moving the defaulting of configUSE_PORT_OPTIMISE...
[freertos] / FreeRTOS / Demo / dsPIC_MPLAB / lcd.h
index c4f936b30abeaec02350ac292e441203f40ba7d7..ec0561fd8d47e59e58b2fbe25ca21c3ab07df625 100644 (file)
@@ -1,5 +1,6 @@
 /*\r
-    FreeRTOS V7.5.1 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. \r
+    All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
 \r
     the terms of the GNU General Public License (version 2) as published by the\r
     Free Software Foundation >>!AND MODIFIED BY!<< the FreeRTOS exception.\r
 \r
-    >>! NOTE: The modification to the GPL is included to allow you to distribute\r
-    >>! a combined work that includes FreeRTOS without being obliged to provide\r
-    >>! the source code for proprietary components outside of the FreeRTOS\r
-    >>! kernel.\r
+    >>!   NOTE: The modification to the GPL is included to allow you to     !<<\r
+    >>!   distribute a combined work that includes FreeRTOS without being   !<<\r
+    >>!   obliged to provide the source code for proprietary components     !<<\r
+    >>!   outside of the FreeRTOS kernel.                                   !<<\r
 \r
     FreeRTOS is distributed in the hope that it will be useful, but WITHOUT ANY\r
     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\r
 \r
 /* Create the task that will control the LCD.  Returned is a handle to the queue\r
 on which messages to get written to the LCD should be written. */\r
-xQueueHandle xStartLCDTask( void );\r
+QueueHandle_t xStartLCDTask( void );\r
 \r
 typedef struct\r
 {\r
        /* The minimum amount of time the message should remain on the LCD without\r
        being overwritten. */\r
-       portTickType xMinDisplayTime;\r
+       TickType_t xMinDisplayTime;\r
 \r
        /* A pointer to the string to be displayed. */\r
        char *pcMessage;\r