Subversion Repositories HelenOS-historic

Rev

Rev 251 | Rev 265 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 251 Rev 252
Line 90... Line 90...
90
    }
90
    }
91
}
91
}
92
 
92
 
93
void calibrate_delay_loop(void)
93
void calibrate_delay_loop(void)
94
{
94
{
95
    return;
-
 
96
    i8254_calibrate_delay_loop();
95
    i8254_calibrate_delay_loop();
97
    i8254_normal_operation();
96
    i8254_normal_operation();
98
}
97
}