Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrZlo13 <who.just.the.doctor@gmail.com>2020-11-17 00:20:58 +0300
committerDrZlo13 <who.just.the.doctor@gmail.com>2020-11-17 00:20:58 +0300
commitc17f4c9d38570be9ebccdff7b91afa0f87c8ab69 (patch)
tree4b7cbbbd96df212fea8e50245f8d5e13b5fbd9e1 /applications/applications.h
parent799eefd754a31c7c7d4685e3d17a4adad501d4bf (diff)
format fix
Diffstat (limited to 'applications/applications.h')
-rw-r--r--applications/applications.h13
1 files 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