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