aboutsummaryrefslogtreecommitdiffstats
path: root/pit.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pit.hpp')
-rw-r--r--pit.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pit.hpp b/pit.hpp
index 5c2796c..55bcde9 100644
--- a/pit.hpp
+++ b/pit.hpp
@@ -3,8 +3,8 @@
#include <cstdint>
-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