Add in #define configQUEUE_REGISTRY_SIZE 0

This commit is contained in:
Richard Barry 2008-05-23 18:50:47 +00:00
parent a5f3797949
commit ab37826715
2 changed files with 2 additions and 1 deletions

View file

@ -75,6 +75,7 @@
#define configUSE_TRACE_FACILITY 0
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
#define configQUEUE_REGISTRY_SIZE 0
/* Co-routine definitions. */
#define configUSE_CO_ROUTINES 0