aboutsummaryrefslogtreecommitdiffstats
path: root/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'delay.h')
-rwxr-xr-x[-rw-r--r--]delay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/delay.h b/delay.h
index 1a46286..f806a76 100644..100755
--- a/delay.h
+++ b/delay.h
@@ -23,5 +23,7 @@
void delayInit(void);
+void delay(unsigned int ms);
+
#endif // DELAY_H_