From 18caebf1d1aa03623c3167ccf6b33196b8921cb7 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 10 Jul 2013 13:26:00 +0000 Subject: [PATCH] Remove commented out code. --- FreeRTOS/Demo/Common/Minimal/IntQueue.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/FreeRTOS/Demo/Common/Minimal/IntQueue.c b/FreeRTOS/Demo/Common/Minimal/IntQueue.c index 919a3f7f7..518d2a600 100644 --- a/FreeRTOS/Demo/Common/Minimal/IntQueue.c +++ b/FreeRTOS/Demo/Common/Minimal/IntQueue.c @@ -245,8 +245,6 @@ void vStartInterruptQueueTasks( void ) interrupts. */ xNormallyFullQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) ); xNormallyEmptyQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) ); -// vTraceSetQueueName( xNormallyFullQueue, "NF" ); -// vTraceSetQueueName( xNormallyEmptyQueue, "NE" ); /* vQueueAddToRegistry() adds the queue to the queue registry, if one is in use. The queue registry is provided as a means for kernel aware