diff options
Diffstat (limited to 'apps/home_menu.cpp')
-rw-r--r-- | apps/home_menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/home_menu.cpp b/apps/home_menu.cpp index 910ebac..b1b6ca1 100644 --- a/apps/home_menu.cpp +++ b/apps/home_menu.cpp @@ -83,7 +83,7 @@ namespace app_home_menu { } // 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; } |