mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove commented out code.
This commit is contained in:
parent
65704174c9
commit
18caebf1d1
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue