summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 88a6630f94..7d9d859681 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -335,6 +335,10 @@ static void init(void)
335 font_init(); 335 font_init();
336#endif 336#endif
337 show_logo(); 337 show_logo();
338#ifndef USB_NONE
339 usb_init();
340 usb_start_monitoring();
341#endif
338 button_init(); 342 button_init();
339 powermgmt_init(); 343 powermgmt_init();
340 backlight_init(); 344 backlight_init();