aboutsummaryrefslogtreecommitdiff
path: root/include/07.pit/deo4
blob: 8eba051bca38ca33a75ef70b41f1a34ad75ed9a8 (plain)
1
2
3
4
5
6
7
8
9
void timer_handler()
{
    tick++;
    if(tick==TICKS_PER_SECOND)
    {
        //printf("%d seconds passed\n",time);
        tick=0;
        time++;
    }