mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Update to use new port layer.
This commit is contained in:
parent
96b7e685a7
commit
6ec6b4508a
4 changed files with 64 additions and 44 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue