From 376d7ec265085ae3a77664356a2ad35921cfccaf Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 28 Sep 2024 10:01:26 -0400 Subject: millisecond pit; fix multiboot headers for optimization --- pit.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pit.hpp') diff --git a/pit.hpp b/pit.hpp index 5c2796c..55bcde9 100644 --- a/pit.hpp +++ b/pit.hpp @@ -3,8 +3,8 @@ #include -void pit_initialize(std::uint32_t frequency); -void pit_busy_wait(std::int32_t tks); +void pit_initialize(); +void pit_delay_ms(std::int32_t ms); #endif // PIT_HPP -- cgit v1.2.3