Subversion Repositories freemyipod

Rev

Rev 429 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 429 Rev 595
Line 44... Line 44...
44
}
44
}
45
 
45
 
46
void INT_TIMERB(void)
46
void INT_TIMERB(void)
47
{
47
{
48
    TBCON = TBCON;
48
    TBCON = TBCON;
49
    scheduler_switch(NULL);
49
    scheduler_switch(NULL, NULL);
50
}
50
}