mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-13 14:48:33 -04:00
Added configQUEUE_REGISTRY_SIZE definition.
This commit is contained in:
parent
c0fae3b4dd
commit
e439365343
1 changed files with 5 additions and 4 deletions
|
@ -81,6 +81,7 @@
|
|||
#define configUSE_TRACE_FACILITY 1
|
||||
#define configUSE_16_BIT_TICKS 0
|
||||
#define configIDLE_SHOULD_YIELD 0
|
||||
#define configQUEUE_REGISTRY_SIZE 10
|
||||
|
||||
/* Co-routine definitions. */
|
||||
#define configUSE_CO_ROUTINES 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue