summaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/timer.h b/timer.h
new file mode 100644
index 0000000..ad4bf05
--- /dev/null
+++ b/timer.h
@@ -0,0 +1,6 @@
+#ifndef _ROBOCUP_TIMER_H_
+#define _ROBOCUP_TIMER_H_
+
+void sleep(unsigned long ms);
+
+#endif