diff options
Diffstat (limited to 'apps/main_clock.cpp')
-rw-r--r-- | apps/main_clock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_clock.cpp b/apps/main_clock.cpp index 895a7b9..9fa8f98 100644 --- a/apps/main_clock.cpp +++ b/apps/main_clock.cpp @@ -69,7 +69,7 @@ namespace app_main_clock { } // Processor intensive operations and functions related to drawing to the screen should only be done when the app is in_foreground(=1). This function is only called when the app is init. - int bgrefresh(Api *app_api, char in_foreground) { + int bgrefresh(Api *app_api, bool in_foreground) { return 1; } |