]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S811_GCC/FreeRTOSConfig.h
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-proces...
[freertos] / FreeRTOS / Demo / CORTEX_LM3S811_GCC / FreeRTOSConfig.h
index 2d7022fdfc76cc6ea17efe81ce68da8f71506b1f..0f48444d5e7383234bd790b4d621525d85760255 100644 (file)
@@ -91,7 +91,7 @@
 #define configIDLE_SHOULD_YIELD                0\r
 #define configUSE_CO_ROUTINES          0\r
 \r
-#define configMAX_PRIORITIES           ( ( unsigned portBASE_TYPE ) 5 )\r
+#define configMAX_PRIORITIES           ( 5 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
 \r
 /* Set the following definitions to 1 to include the API function, or zero\r