summaryrefslogtreecommitdiff
path: root/asm/asm_pit.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
committerMiguel <m.i@gmx.at>2018-09-09 11:49:30 +0200
commite85a68e1536a0f6505300e1cb79f06b9743b00f7 (patch)
treec503a7681720925c5f4923e26c01f7b2e697023d /asm/asm_pit.h
parentfc1d491479abd74a1e038ad9ff7d4d330d79e4a8 (diff)
fixing implicit func declarations!
Diffstat (limited to 'asm/asm_pit.h')
-rw-r--r--asm/asm_pit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/asm/asm_pit.h b/asm/asm_pit.h
index 58067bf..785acb3 100644
--- a/asm/asm_pit.h
+++ b/asm/asm_pit.h
@@ -20,3 +20,13 @@ void asm_pit_tick();
/** get number of ticks */
uint32_t asm_pit_get_ticks();
+
+void asm_pit_sleep_50ms();
+void asm_pit_sleep_40ms();
+void asm_pit_sleep_10ms();
+void asm_pit_sleep_1ms();
+
+void asm_pit_rate_50ms();
+void asm_pit_rate_40ms();
+void asm_pit_rate_10ms();
+void asm_pit_rate_1ms();