]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/ColdFire_MCF51CN128_CodeWarrior/Sources/FreeRTOSConfig.h
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-proces...
[freertos] / FreeRTOS / Demo / ColdFire_MCF51CN128_CodeWarrior / Sources / FreeRTOSConfig.h
index b17b88827990d4e86da549512e10fa613fa4c3f1..cd2beb44b26888569dd3af3b04078000146a905c 100644 (file)
@@ -112,7 +112,7 @@ before compiling. */
 #define configQUEUE_REGISTRY_SIZE              0\r
 #define configUSE_COUNTING_SEMAPHORES  0\r
 \r
-#define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 6 )\r
+#define configMAX_PRIORITIES           ( 6 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
 \r
 /* Set the following definitions to 1 to include the API function, or zero\r