summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index e4d90bce61..a1ea75fdc3 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -311,8 +311,6 @@ static void init(void)
311 cpu_boost(true); 311 cpu_boost(true);
312#endif 312#endif
313 313
314 backlight_init();
315
316 buffer_init(); 314 buffer_init();
317 315
318 settings_reset(); 316 settings_reset();
@@ -359,6 +357,8 @@ static void init(void)
359 m5636_init(); 357 m5636_init();
360#endif 358#endif
361 359
360 backlight_init();
361
362 button_init(); 362 button_init();
363 363
364 powermgmt_init(); 364 powermgmt_init();