]> git.sur5r.net Git - freertos/commitdiff
Remove obsolete comment.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 6 Feb 2008 16:49:39 +0000 (16:49 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 6 Feb 2008 16:49:39 +0000 (16:49 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@152 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/ATMega323/port.c
Source/portable/MPLAB/PIC18F/port.c

index a29f5ef52a5b5d0c8d6be42c74716bb20bedd47b..9be0b614a6da29b797962f4ec3e6ed0324d6438a 100644 (file)
@@ -314,9 +314,6 @@ unsigned portSHORT usAddress;
 \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
index d2edfca75474d67352984446dd5aeffe77ca4ed3..d6d5e1e63b1ee6012ee890018fe788fc079aa3b6 100644 (file)
@@ -487,9 +487,6 @@ unsigned portCHAR ucBlock;
 \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