]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
Update the demo directory to use the version 8 type naming conventions.
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4L_Atmel_Studio / src / config / FreeRTOSConfig.h
index 8d1fbbd4bc81bdeb7a0c18fa8ec70ced5d5d7720..f3e680d6073c9d70f8469f8aba9e65fb26b55f7d 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.5.3 - 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
@@ -88,17 +88,17 @@ or 0 to run the more comprehensive test and demo application. */
        #define configCPU_CLOCK_HZ                              16384\r
        #define configSYSTICK_CLOCK_HZ                  16384\r
        #define configUSE_TICKLESS_IDLE                 1\r
-       #define configTICK_RATE_HZ                              ( ( portTickType ) 128 )\r
+       #define configTICK_RATE_HZ                              ( ( TickType_t ) 128 )\r
 #else\r
        #define configCPU_CLOCK_HZ                              sysclk_get_cpu_hz()\r
        #define configUSE_TICKLESS_IDLE                 0\r
-       #define configTICK_RATE_HZ                              ( ( portTickType ) 1000 )\r
+       #define configTICK_RATE_HZ                              ( ( TickType_t ) 1000 )\r
 #endif /* configCREATE_LOW_POWER_DEMO */\r
 \r
 #define configUSE_PREEMPTION                   1\r
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            0\r
-#define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 5 )\r
+#define configMAX_PRIORITIES                   ( 5 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 130 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 26000 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 10 )\r