From e6e5add7d8f83cfba86ff8d408d6a1b2ee1017e5 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 6 Feb 2008 16:49:39 +0000 Subject: [PATCH] Remove obsolete comment. --- Source/portable/GCC/ATMega323/port.c | 3 --- Source/portable/MPLAB/PIC18F/port.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/Source/portable/GCC/ATMega323/port.c b/Source/portable/GCC/ATMega323/port.c index a29f5ef52a..9be0b614a6 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 d2edfca754..d6d5e1e63b 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();