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
@@ -3,6 +3,6 @@
#include "../include/utils.h"
void pit_init();
void pit_init(int freq);
#endif