aboutsummaryrefslogtreecommitdiffstats
path: root/apps/home_menu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/home_menu')
-rw-r--r--apps/home_menu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/home_menu/main.cpp b/apps/home_menu/main.cpp
index 02965c3..ff8ae4d 100644
--- a/apps/home_menu/main.cpp
+++ b/apps/home_menu/main.cpp
@@ -39,7 +39,7 @@ int app_home_menu::render(Api *app_api) {
int app_home_menu::btnpressed(Api *app_api, uint gpio, unsigned long delta) {
switch (gpio) {
case BUTTON_SELECT:
- app_switch_request( selected_app);
+ app_mgr::app_switch_request(selected_app);
return 0;
case BUTTON_DOWN:
selected_app--;