summaryrefslogtreecommitdiffstats
path: root/apps/home_menu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/home_menu.hpp')
-rw-r--r--apps/home_menu.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/home_menu.hpp b/apps/home_menu.hpp
index 366a248..78aed40 100644
--- a/apps/home_menu.hpp
+++ b/apps/home_menu.hpp
@@ -9,7 +9,7 @@
namespace app_home_menu {
int init(Api *app_api);
int render(Api *app_api);
- int btnpressed(Api *app_api, uint gpio);
+ int btnpressed(Api *app_api, uint gpio, unsigned long delta);
int bgrefresh(Api *app_api, bool in_foreground);
int destroy(Api *app_api);
}