Remove obsolete comment.

This commit is contained in:
Richard Barry 2008-02-06 16:49:39 +00:00
parent 7d0f249fad
commit e6e5add7d8
2 changed files with 0 additions and 6 deletions

View file

@ -314,9 +314,6 @@ unsigned portSHORT usAddress;
portBASE_TYPE xPortStartScheduler( void )
{
/* In this port we ignore the parameter and use the configUSE_PREEMPTION
definition instead. */
/* Setup the hardware to generate the tick. */
prvSetupTimerInterrupt();

View file

@ -487,9 +487,6 @@ unsigned portCHAR ucBlock;
portBASE_TYPE xPortStartScheduler( void )
{
/* In this port we ignore the parameter and use the configUSE_PREEMPTION
definition instead. */
/* Setup a timer for the tick ISR is using the preemptive scheduler. */
prvSetupTimerInterrupt();