\r
/* \r
\r
-Changes from V4.0.2\r
+Changes from V4.1.1\r
\r
+ The second set of tasks were created the wrong way around. This has been\r
corrected.\r
pxQueueParameters4->xBlockTime = xBlockTime;\r
pxQueueParameters4->psCheckVariable = &( sBlockingConsumerCount[ 1 ] );\r
\r
- xTaskCreate( vBlockingQueueProducer, ( signed portCHAR * ) "QProdB3", blckqSTACK_SIZE, ( void * ) pxQueueParameters3, tskIDLE_PRIORITY, NULL );\r
- xTaskCreate( vBlockingQueueConsumer, ( signed portCHAR * ) "QConsB4", blckqSTACK_SIZE, ( void * ) pxQueueParameters4, uxPriority, NULL );\r
+ xTaskCreate( vBlockingQueueConsumer, ( signed portCHAR * ) "QProdB3", blckqSTACK_SIZE, ( void * ) pxQueueParameters3, tskIDLE_PRIORITY, NULL );\r
+ xTaskCreate( vBlockingQueueProducer, ( signed portCHAR * ) "QConsB4", blckqSTACK_SIZE, ( void * ) pxQueueParameters4, uxPriority, NULL );\r
\r
\r
\r