X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Source%2Fportable%2FMPLAB%2FPIC18F%2Fport.c;h=d6d5e1e63b1ee6012ee890018fe788fc079aa3b6;hb=8fb83aaded8e8fb6532034c7f8ed381799d50f3f;hp=d2edfca75474d67352984446dd5aeffe77ca4ed3;hpb=3b5e2ef3150b0bdba155069ec494368000d1e136;p=freertos 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();