]> git.sur5r.net Git - freertos/blobdiff - Source/portable/MPLAB/PIC18F/port.c
Remove obsolete comment.
[freertos] / Source / portable / MPLAB / PIC18F / port.c
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