summaryrefslogtreecommitdiff
path: root/firmware/export/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/button.h')
-rw-r--r--firmware/export/button.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/button.h b/firmware/export/button.h
index f381ea9..00f82e0 100644
--- a/firmware/export/button.h
+++ b/firmware/export/button.h
@@ -26,8 +26,8 @@
extern struct event_queue button_queue;
void button_init (void);
-int button_get (bool block);
-int button_get_w_tmo(int ticks);
+long button_get (bool block);
+long button_get_w_tmo(int ticks);
int button_status(void);
void button_clear_queue(void);
#ifdef HAVE_LCD_BITMAP