summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/button.h b/firmware/button.h
index 93ac4b8eac..a09c7a25dc 100644
--- a/firmware/button.h
+++ b/firmware/button.h
@@ -42,6 +42,6 @@
42#define BUTTON_REL 0x8000 42#define BUTTON_REL 0x8000
43 43
44void button_init (void); 44void button_init (void);
45int get_button (void); 45int button_get (void);
46 46
47#endif 47#endif