Continue work on the MSP430X demo - still a work in progress.

This commit is contained in:
Richard Barry 2011-01-01 09:23:37 +00:00
parent 7bc73115a5
commit 0249ad47f4
4 changed files with 64 additions and 267 deletions

View file

@ -155,6 +155,7 @@ void main( void )
xTaskCreate( vRegTest2Task, "Reg2", configMINIMAL_STACK_SIZE, NULL, 0, NULL );
vTaskStartScheduler();
}
for( ;; );
}
/*-----------------------------------------------------------*/
@ -322,6 +323,8 @@ unsigned long ulCPU_Clock_KHz = ( configCPU_CLOCK_HZ / 1000UL );
halLcdClearScreen();
halLcdPrintLine( " www.FreeRTOS.org", 0, OVERWRITE_TEXT );
while( ( halButtonsPressed() & BUTTON_UP ) == 0 );
}
/*-----------------------------------------------------------*/