mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Remove casting from definition of configMAX_PRIORITIES to allow its use in pre-processor defined conditional compilation.
This commit is contained in:
parent
e4965ca03c
commit
f9072e7bac
120 changed files with 135 additions and 135 deletions
|
@ -92,7 +92,7 @@
|
|||
#define configUSE_CO_ROUTINES 1
|
||||
#define configUSE_MUTEXES 1
|
||||
|
||||
#define configMAX_PRIORITIES ( ( unsigned portBASE_TYPE ) 4 )
|
||||
#define configMAX_PRIORITIES ( 4 )
|
||||
#define configMAX_CO_ROUTINE_PRIORITIES ( 2 )
|
||||
|
||||
#define configUSE_COUNTING_SEMAPHORES 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue