summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index f86d91e42e..8cf202243c 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -167,7 +167,7 @@ int main(void)
167 screens[i].update(); 167 screens[i].update();
168 } 168 }
169 list_init(); 169 list_init();
170 tree_gui_init(); 170 tree_init();
171 /* Keep the order of this 3 171 /* Keep the order of this 3
172 * Must be done before any code uses the multi-screen API */ 172 * Must be done before any code uses the multi-screen API */
173#ifdef HAVE_USBSTACK 173#ifdef HAVE_USBSTACK