\r
portBASE_TYPE xPortStartScheduler( void )\r
{\r
- /* In this port we ignore the parameter and use the configUSE_PREEMPTION\r
- definition instead. */\r
-\r
/* Setup the hardware to generate the tick. */\r
prvSetupTimerInterrupt();\r
\r
\r
portBASE_TYPE xPortStartScheduler( void )\r
{\r
- /* In this port we ignore the parameter and use the configUSE_PREEMPTION\r
- definition instead. */\r
-\r
/* Setup a timer for the tick ISR is using the preemptive scheduler. */\r
prvSetupTimerInterrupt(); \r
\r