format fix
This commit is contained in:
parent
799eefd754
commit
c17f4c9d38
@ -127,17 +127,14 @@ const FlipperStartupApp FLIPPER_STARTUP[] = {
|
|||||||
{.app = music_player, .name = "music player", .libs = {1, FURI_LIB{"gui_task"}}},
|
{.app = music_player, .name = "music player", .libs = {1, FURI_LIB{"gui_task"}}},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef APP_GPIO_DEMO
|
|
||||||
{
|
|
||||||
.app = app_gpio_test,
|
|
||||||
.name = "gpio test",
|
|
||||||
.libs = {1, FURI_LIB{"gui_task"}},
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef APP_IBUTTON
|
#ifdef APP_IBUTTON
|
||||||
{.app = app_ibutton, .name = "ibutton", .libs = {1, FURI_LIB{"gui_task"}}},
|
{.app = app_ibutton, .name = "ibutton", .libs = {1, FURI_LIB{"gui_task"}}},
|
||||||
#endif
|
#endif
|
||||||
};
|
|
||||||
|
#ifdef APP_GPIO_DEMO
|
||||||
|
{.app = app_gpio_test, .name = "gpio test", .libs = {1, FURI_LIB{"gui_task"}}},
|
||||||
|
#endif
|
||||||
|
};
|
||||||
|
|
||||||
const FlipperStartupApp FLIPPER_APPS[] = {
|
const FlipperStartupApp FLIPPER_APPS[] = {
|
||||||
#ifdef BUILD_EXAMPLE_BLINK
|
#ifdef BUILD_EXAMPLE_BLINK
|
||||||
|
Loading…
Reference in New Issue
Block a user