]> git.sur5r.net Git - freertos/commitdiff
Remove the queue registry from the MSP430X CCS port as the state viewer plug in does...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 4 Jan 2011 14:37:53 +0000 (14:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 4 Jan 2011 14:37:53 +0000 (14:37 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1222 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/FreeRTOSConfig.h
Demo/MSP430X_MSP430F5438_CCS4/Demo_Source/main.c

index 5faff83e0fd63194f86139db896eb9dca29c06e2..aaa0c5a9b14cedc54807bb9e59d1055ecd9a9cbb 100644 (file)
@@ -87,7 +87,7 @@
 #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
index ba0b46bbf8582ffd7cd149d27956521c63147f9e..58b2adc18bbaa4a71fab5e0725ba1855697e843d 100644 (file)
@@ -257,10 +257,6 @@ void main( void )
        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