summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 1f2625df6c..d59d17a5f1 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -131,8 +131,8 @@ static void app_main(void)
131 screens[i].update(); 131 screens[i].update();
132 } 132 }
133 tree_gui_init(); 133 tree_gui_init();
134#ifdef HAVE_TOUCHPAD 134#ifdef HAVE_TOUCHSCREEN
135 touchpad_set_mode(TOUCHPAD_BUTTON); 135 touchscreen_set_mode(TOUCHSCREEN_BUTTON);
136#endif 136#endif
137 root_menu(); 137 root_menu();
138} 138}