summaryrefslogtreecommitdiffstats
path: root/apps/home_menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/home_menu.cpp')
-rw-r--r--apps/home_menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/home_menu.cpp b/apps/home_menu.cpp
index 342c3ef..531a53c 100644
--- a/apps/home_menu.cpp
+++ b/apps/home_menu.cpp
@@ -45,7 +45,7 @@ namespace app_home_menu {
// Example of how button inputs could be interpreted.
// Drawing on screen should be done in the render function.
- int btnpressed(Api *app_api, uint gpio) {
+ int btnpressed(Api *app_api, uint gpio, unsigned long delta) {
switch (gpio) {
case BUTTON_SELECT:
app_switch(0, selected_app);