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 6563f1bc41..fc1d8f3d2f 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -23,6 +23,7 @@
23#include "config.h" 23#include "config.h"
24 24
25extern struct event_queue button_queue; 25extern struct event_queue button_queue;
26extern long last_keypress;
26 27
27void button_init (void); 28void button_init (void);
28int button_get (bool block); 29int button_get (bool block);