]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-proces...
[freertos] / FreeRTOS / Demo / PPC440_Xilinx_Virtex5_GCC / RTOSDemo / FreeRTOSConfig.h
index d642fa4dd1f2d83309321c1df0bab9fec0028a3e..8f082d0a83a305077615569178fa8a9a39f2d07f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-    FreeRTOS V7.5.3 - Copyright (C) 2013 Real Time Engineers Ltd. \r
+    FreeRTOS V7.6.0 - Copyright (C) 2013 Real Time Engineers Ltd. \r
     All rights reserved\r
 \r
     VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.\r
@@ -86,7 +86,7 @@
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 250 )\r
 #define configCPU_CLOCK_HZ                             ( ( unsigned long ) XPAR_CPU_PPC440_CORE_CLOCK_FREQ_HZ )        /* Clock setup from start.asm in the demo application. */\r
 #define configTICK_RATE_HZ                             ( (portTickType) 1000 )\r
-#define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 6 )\r
+#define configMAX_PRIORITIES                   ( 6 )\r
 #define configTOTAL_HEAP_SIZE                  ( (size_t) (80 * 1024) )\r
 #define configMAX_TASK_NAME_LEN                        ( 20 )\r
 #define configUSE_16_BIT_TICKS                 0\r