From c17f4c9d38570be9ebccdff7b91afa0f87c8ab69 Mon Sep 17 00:00:00 2001 From: DrZlo13 Date: Tue, 17 Nov 2020 07:20:58 +1000 Subject: [PATCH] format fix --- applications/applications.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/applications/applications.h b/applications/applications.h index 01520473..79ff5580 100644 --- a/applications/applications.h +++ b/applications/applications.h @@ -127,17 +127,14 @@ const FlipperStartupApp FLIPPER_STARTUP[] = { {.app = music_player, .name = "music player", .libs = {1, FURI_LIB{"gui_task"}}}, #endif -#ifdef APP_GPIO_DEMO - { - .app = app_gpio_test, - .name = "gpio test", - .libs = {1, FURI_LIB{"gui_task"}}, -#endif - #ifdef APP_IBUTTON {.app = app_ibutton, .name = "ibutton", .libs = {1, FURI_LIB{"gui_task"}}}, #endif - }; + +#ifdef APP_GPIO_DEMO + {.app = app_gpio_test, .name = "gpio test", .libs = {1, FURI_LIB{"gui_task"}}}, +#endif +}; const FlipperStartupApp FLIPPER_APPS[] = { #ifdef BUILD_EXAMPLE_BLINK