Subversion Repositories freemyipod

Rev

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

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