summaryrefslogtreecommitdiffstats
path: root/apps/main_clock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_clock.cpp')
-rw-r--r--apps/main_clock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_clock.cpp b/apps/main_clock.cpp
index ee97c3c..24a4dfb 100644
--- a/apps/main_clock.cpp
+++ b/apps/main_clock.cpp
@@ -66,7 +66,7 @@ namespace app_main_clock {
}
// Interpretation of button inputs
- int btnpressed(Api *app_api, uint gpio) {
+ int btnpressed(Api *app_api, uint gpio, unsigned long delta) {
if (gpio == BUTTON_MODE)
*ask_user_choice = true;
return 0;