summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/button.h')
-rw-r--r--firmware/drivers/button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/button.h b/firmware/drivers/button.h
index 6563f1b..fc1d8f3 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -23,6 +23,7 @@
#include "config.h"
extern struct event_queue button_queue;
+extern long last_keypress;
void button_init (void);
int button_get (bool block);