task interupr routine always runs
Status: Beta
Brought to you by:
oh2ncp
the Task interrupt routine always runs. Even if the
reason for the event is another interrupt
there should be a test like this so that it only runs
when the timer int happens
_asm(" btfss _INTCON,_T0IF");
_asm(" goto Task_Skip");
...
...
_asm("Task_Skip");