Update to use new port layer.

This commit is contained in:
Richard Barry 2008-03-24 12:44:23 +00:00
parent 96b7e685a7
commit 6ec6b4508a
4 changed files with 64 additions and 44 deletions

View file

@ -218,11 +218,7 @@ int main( void )
/* Configure the high frequency interrupt used to measure the interrupt
jitter time. The Keil port does not yet include the
configKERNEL_INTERRUPT_PRIORITY functionality so cannot perform this test. */
#ifndef RVDS_ARMCM3_LM3S102
{
vSetupTimer();
}
#endif
vSetupTimer();
/* Start the scheduler. */
vTaskStartScheduler();