]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RX100-RSK_IAR/FreeRTOSConfig.h
Update version number to V8.0.0 (without the release candidate number).
[freertos] / FreeRTOS / Demo / RX100-RSK_IAR / FreeRTOSConfig.h
index 5385b7b6630e870a5ef8b718bd68cf38ebf43748..afb7c9f94ba724b3f6b67975401a46768dcf5227 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V8.0.0 - 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
@@ -97,7 +97,7 @@
 #define configUSE_TICK_HOOK                            0\r
 #define configCPU_CLOCK_HZ                             ( ICLK_HZ ) /* Set in mcu_info.h. */\r
 #define configPERIPHERAL_CLOCK_HZ              ( PCLKB_HZ ) /* Set in muc_info.h. */\r
-#define configTICK_RATE_HZ                             ( ( portTickType ) 1000 )\r
+#define configTICK_RATE_HZ                             ( ( TickType_t ) 1000 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 100 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 9 * 1024 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 12 )\r