summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 4b0e98c57a..ccfc68f4f4 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -306,6 +306,8 @@ static void init(void)
306 cpu_boost(true); 306 cpu_boost(true);
307#endif 307#endif
308 308
309 backlight_init();
310
309 buffer_init(); 311 buffer_init();
310 312
311 settings_reset(); 313 settings_reset();
@@ -347,8 +349,6 @@ static void init(void)
347 m5636_init(); 349 m5636_init();
348#endif 350#endif
349 351
350 backlight_init();
351
352 button_init(); 352 button_init();
353 353
354 powermgmt_init(); 354 powermgmt_init();