From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- asm/asm_pit.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'asm/asm_pit.h') 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(); -- cgit v1.2.3