summaryrefslogtreecommitdiff
path: root/avr/timer.h
diff options
context:
space:
mode:
authorLeo C2014-08-21 11:36:14 +0200
committerLeo C2014-08-21 11:36:14 +0200
commit21a24f90c5aaaaf13f91716208b32cde163c5918 (patch)
treeefc6f9ebab5f84d3af20493821444f220b957962 /avr/timer.h
parentdea9a31523216caa153c589426b175d52aa43634 (diff)
downloadz180-stamp-21a24f90c5aaaaf13f91716208b32cde163c5918.zip
Create include directory
Diffstat (limited to 'avr/timer.h')
-rw-r--r--avr/timer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/avr/timer.h b/avr/timer.h
deleted file mode 100644
index bed3eb0..0000000
--- a/avr/timer.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef TIMER_H
-#define TIMER_H
-
-uint32_t get_timer(uint32_t);
-
-#endif /* TIMER_H */
-