]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4_ATSAM4L_Atmel_Studio/src/config/FreeRTOSConfig.h
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-proces...
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4L_Atmel_Studio / src / config / FreeRTOSConfig.h
index 204203321a8f53aaaea58b74dd232239523f05ff..49d151f81e56675ec02fbf220e95a92c143712e1 100644 (file)
@@ -98,7 +98,7 @@ or 0 to run the more comprehensive test and demo application. */
 #define configUSE_PREEMPTION                   1\r
 #define configUSE_IDLE_HOOK                            0\r
 #define configUSE_TICK_HOOK                            0\r
-#define configMAX_PRIORITIES                   ( ( unsigned portBASE_TYPE ) 5 )\r
+#define configMAX_PRIORITIES                   ( 5 )\r
 #define configMINIMAL_STACK_SIZE               ( ( unsigned short ) 130 )\r
 #define configTOTAL_HEAP_SIZE                  ( ( size_t ) ( 26000 ) )\r
 #define configMAX_TASK_NAME_LEN                        ( 10 )\r