#define configUSE_16_BIT_TICKS                 0\r
 #define configIDLE_SHOULD_YIELD                        1\r
 #define configUSE_MUTEXES                              1\r
-#define configQUEUE_REGISTRY_SIZE              5\r
+#define configQUEUE_REGISTRY_SIZE              0\r
 #define configGENERATE_RUN_TIME_STATS  1\r
 #define configCHECK_FOR_STACK_OVERFLOW 2\r
 #define configUSE_RECURSIVE_MUTEXES            0\r
 
        attempt to use the queue. */\r
        if( xLCDQueue != NULL )\r
        {\r
-               /* Add the created queue to the queue registry so it can be viewed in\r
-               the IAR FreeRTOS state viewer plug-in. */\r
-               vQueueAddToRegistry( xLCDQueue, ( signed char * ) "LCDQueue" );\r
-\r
                /* Create the standard demo tasks. */\r
                vAltStartComTestTasks( mainCOM_TEST_PRIORITY, mainCOM_TEST_BAUD_RATE, mainCOM_TEST_LED );\r
                vStartDynamicPriorityTasks();\r