]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PIC18_MPLAB/main2.c
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / PIC18_MPLAB / main2.c
index 8c47be253d2f74405f20906c093af5296ed03211..3fae592ca2cf6dd68ffaef79957f3de45a2456a0 100644 (file)
@@ -97,7 +97,7 @@
 Changes from V2.0.0\r
 \r
        + Delay periods are now specified using variables and constants of\r
-         portTickType rather than unsigned long.\r
+         TickType_t rather than unsigned long.\r
 */\r
 \r
 /* Scheduler include files. */\r
@@ -119,7 +119,7 @@ priority. */
 /* Constants required for the communications.  Only one character is ever\r
 transmitted. */\r
 #define mainCOMMS_QUEUE_LENGTH                 ( ( unsigned portBASE_TYPE ) 5 )\r
-#define mainNO_BLOCK                                   ( ( portTickType ) 0 )\r
+#define mainNO_BLOCK                                   ( ( TickType_t ) 0 )\r
 #define mainBAUD_RATE                                  ( ( unsigned long ) 9600 )\r
 \r
 /*\r