Subversion Repositories freemyipod

Rev

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

Rev 429 Rev 595
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(NULL);
55
    scheduler_switch(NULL, NULL);
56
}
56
}