summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/portable/SDCC/PIC18/port.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/portable/SDCC/PIC18/port.c b/Source/portable/SDCC/PIC18/port.c
index a308a22c..3ca08ae7 100644
--- a/Source/portable/SDCC/PIC18/port.c
+++ b/Source/portable/SDCC/PIC18/port.c
@@ -277,7 +277,6 @@ static void prvSetupTimerInterrupt(void)
T0CONbits.PSA=1; /*Timer0 prescaler is not assigned*/
INTCONbits.TMR0IE=1; /*Timer0 interrupts are allowed*/
INTCONbits.TMR0IF=0; /*Timer0 interrupt flag cleared*/
- INTCON2bits.T0IP=0; /*TimerO has low priority interrupt*/
/*set TMR0L and TMR0H value*/
TMR0H=(unsigned portCHAR)((TMR0ReloadValue&(unsigned portSHORT)0xff00)>>8);