]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_LM3S811_KEIL/FreeRTOSConfig.h
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-proces...
[freertos] / FreeRTOS / Demo / CORTEX_LM3S811_KEIL / FreeRTOSConfig.h
index 0700763aa1eb11fc9c015265c7cb111305c5a9d6..4871f4dd3b1106199d89868fc3f0954774f32816 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 ) 2 )\r
+#define configMAX_PRIORITIES           ( 2 )\r
 #define configMAX_CO_ROUTINE_PRIORITIES ( 2 )\r
 \r
 /* Set the following definitions to 1 to include the API function, or zero\r