From: richardbarry Date: Wed, 6 Feb 2008 16:49:39 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: V4.7.2~60 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8fb83aaded8e8fb6532034c7f8ed381799d50f3f;p=freertos Remove obsolete comment. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@152 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c index a29f5ef52..9be0b614a 100644 --- a/Source/portable/GCC/ATMega323/port.c +++ b/Source/portable/GCC/ATMega323/port.c @@ -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(); diff --git a/Source/portable/MPLAB/PIC18F/port.c b/Source/portable/MPLAB/PIC18F/port.c index d2edfca75..d6d5e1e63 100644 --- a/Source/portable/MPLAB/PIC18F/port.c +++ b/Source/portable/MPLAB/PIC18F/port.c @@ -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();