aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/avr/timer.h')
-rw-r--r--src/avr/timer.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/avr/timer.h b/src/avr/timer.h
deleted file mode 100644
index 188d8a98..00000000
--- a/src/avr/timer.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __AVR_TIMER_H
-#define __AVR_TIMER_H
-
-#include <stdint.h>
-
-uint32_t timer_from_us(uint32_t us);
-void timer_periodic(void);
-uint32_t timer_read_time(void);
-uint8_t timer_set_next(uint32_t next);
-uint8_t timer_try_set_next(uint32_t next);
-
-#endif // timer.h