Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-processor defined conditional compilation.

This commit is contained in:
Richard Barry 2013-12-30 08:02:11 +00:00
parent e4965ca03c
commit f9072e7bac
120 changed files with 135 additions and 135 deletions

View file

@ -80,7 +80,7 @@
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 5 )
#define configMAX_PRIORITIES ( 5 )
#define configUSE_TICK_HOOK 1
#define configCPU_CLOCK_HZ ( ( unsigned long ) 99000000 )
#define configTICK_RATE_HZ ( ( portTickType ) 1000 )