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

@ -257,10 +257,6 @@ void main( void )
attempt to use the queue. */
if( xLCDQueue != NULL )
{
/* Add the created queue to the queue registry so it can be viewed in
the IAR FreeRTOS state viewer plug-in. */
vQueueAddToRegistry( xLCDQueue, ( signed char * ) "LCDQueue" );
/* Create the standard demo tasks. */
vAltStartComTestTasks( mainCOM_TEST_PRIORITY, mainCOM_TEST_BAUD_RATE, mainCOM_TEST_LED );
vStartDynamicPriorityTasks();