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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/button.h b/firmware/drivers/button.h
index ef8984466e..8eacab29c5 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -22,6 +22,8 @@
22#include <stdbool.h> 22#include <stdbool.h>
23#include "config.h" 23#include "config.h"
24 24
25extern struct event_queue button_queue;
26
25void button_init (void); 27void button_init (void);
26int button_get (bool block); 28int button_get (bool block);
27 29