Subversion Repositories freemyipod

Rev

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

Rev 427 Rev 429
Line 51... Line 51...
51
}
51
}
52
 
52
 
53
void INT_TIMERB(void)
53
void INT_TIMERB(void)
54
{
54
{
55
    TBCON = TBCON;
55
    TBCON = TBCON;
56
    scheduler_switch(-1);
56
    scheduler_switch(NULL);
57
}
57
}