diff options
| -rw-r--r-- | apps/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c index e4d90bc..a1ea75f 100644 --- a/apps/main.c +++ b/apps/main.c @@ -311,8 +311,6 @@ static void init(void) cpu_boost(true); #endif - backlight_init(); - buffer_init(); settings_reset(); @@ -359,6 +357,8 @@ static void init(void) m5636_init(); #endif + backlight_init(); + button_init(); powermgmt_init(); |