]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PIC32MZ_MPLAB/FreeRTOSConfig.h
Add #define INCLUDE_eTaskGetState 1 to the demos that use the int queue test.
[freertos] / FreeRTOS / Demo / PIC32MZ_MPLAB / FreeRTOSConfig.h
index 8e0b9ebf47e2dce35bebeb0a7eb3a32296f6cf07..4c886795c3599b03881702cf6de3a4d47c6e6281 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd.\r
+    FreeRTOS V8.0.0:rc1 - 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
@@ -85,7 +85,7 @@
 #define configUSE_QUEUE_SETS                                   1\r
 #define configUSE_IDLE_HOOK                                            0\r
 #define configUSE_TICK_HOOK                                            1\r
-#define configTICK_RATE_HZ                                             ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                                             ( ( TickType_t ) 1000 )\r
 #define configCPU_CLOCK_HZ                                             ( 200000000UL )\r
 #define configPERIPHERAL_CLOCK_HZ                              ( 40000000UL )\r
 #define configMAX_PRIORITIES                                   ( 5UL )\r
@@ -126,6 +126,7 @@ to exclude the API function. */
 #define INCLUDE_vTaskDelayUntil                                        1\r
 #define INCLUDE_vTaskDelay                                             1\r
 #define INCLUDE_uxTaskGetStackHighWaterMark            1\r
+#define INCLUDE_eTaskGetState                                  1\r
 \r
 /* The priority at which the tick interrupt runs.  This should probably be\r
 kept at 1. */\r