Subversion Repositories freemyipod

Rev

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

Rev 427 Rev 429
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(-1);
49
    scheduler_switch(NULL);
50
}
50
}