]> git.sur5r.net Git - freertos/commitdiff
Remove commented out code.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 10 Jul 2013 13:26:00 +0000 (13:26 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 10 Jul 2013 13:26:00 +0000 (13:26 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1969 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

FreeRTOS/Demo/Common/Minimal/IntQueue.c

index 919a3f7f7670d79afb27ead0d09399c7e8193826..518d2a600c3d75ed99db071172fb06bb5d301531 100644 (file)
@@ -245,8 +245,6 @@ void vStartInterruptQueueTasks( void )
        interrupts. */\r
        xNormallyFullQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) );\r
        xNormallyEmptyQueue = xQueueCreate( intqQUEUE_LENGTH, ( unsigned portBASE_TYPE ) sizeof( unsigned portBASE_TYPE ) );\r
-//     vTraceSetQueueName( xNormallyFullQueue, "NF" );\r
-//     vTraceSetQueueName( xNormallyEmptyQueue, "NE" );\r
 \r
        /* vQueueAddToRegistry() adds the queue to the queue registry, if one is\r
        in use.  The queue registry is provided as a means for kernel aware\r