aboutsummaryrefslogtreecommitdiffstats
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 033dc6b..366a248 100644
--- a/apps/home_menu.hpp
+++ b/apps/home_menu.hpp
@@ -10,7 +10,7 @@ namespace app_home_menu {
int init(Api *app_api);
int render(Api *app_api);
int btnpressed(Api *app_api, uint gpio);
- int bgrefresh(Api *app_api, char in_foreground);
+ int bgrefresh(Api *app_api, bool in_foreground);
int destroy(Api *app_api);
}