Correct some of the LED usage in the RX demos - where apparently two wrongs did make a right.

This commit is contained in:
Richard Barry 2010-08-31 18:14:37 +00:00
parent a47ead46e8
commit 0363b47c66
17 changed files with 84 additions and 449 deletions

View file

@ -231,9 +231,6 @@ extern void HardwareSetup( void );
here. */
HardwareSetup();
/* Turn all LEDs off. */
vParTestInitialise();
/* Start the reg test tasks which test the context switching mechanism. */
xTaskCreate( prvRegTest1Task, "RegTst1", configMINIMAL_STACK_SIZE, ( void * ) mainREG_TEST_1_PARAMETER, tskIDLE_PRIORITY, NULL );
xTaskCreate( prvRegTest2Task, "RegTst2", configMINIMAL_STACK_SIZE, ( void * ) mainREG_TEST_2_PARAMETER, tskIDLE_PRIORITY, NULL );