pit: fix pit_init and add freq argument

This commit is contained in:
2025-03-21 22:18:24 +03:00
parent eb098b77fe
commit a8ff36be52
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void default_handler()
__attribute__((interrupt)) void isr_timer(struct interrupt_frame *frame)
{
pit_init();
pit_init(100);
pic_end_int(0x0);
}