Remove the queue registry from the MSP430X CCS port as the state viewer plug in does not work in CCS.

This commit is contained in:
Richard Barry 2011-01-04 14:37:53 +00:00
parent 50cc4026db
commit b77d801de0
2 changed files with 1 additions and 5 deletions

View file

@ -87,7 +87,7 @@
#define configUSE_16_BIT_TICKS 0
#define configIDLE_SHOULD_YIELD 1
#define configUSE_MUTEXES 1
#define configQUEUE_REGISTRY_SIZE 5
#define configQUEUE_REGISTRY_SIZE 0
#define configGENERATE_RUN_TIME_STATS 1
#define configCHECK_FOR_STACK_OVERFLOW 2
#define configUSE_RECURSIVE_MUTEXES 0