summaryrefslogtreecommitdiffstats
path: root/app/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/project.h')
-rw-r--r--app/project.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/project.h b/app/project.h
index 87363f9..e477856 100644
--- a/app/project.h
+++ b/app/project.h
@@ -14,6 +14,7 @@
#include <libopencm3/usb/dfu.h>
#include <stdio.h>
+#include <string.h>
#include <errno.h>
#include "ring.h"
@@ -34,5 +35,8 @@
#define AT_KBD_INIT_TIME 200
+#define US (72)
+#define MS ( US * 1000 )
+
#include "prototypes.h"