Source code C\C++ formating

This commit is contained in:
Dmitry422
2025-02-02 15:13:55 +07:00
parent eef2441af9
commit a5c241139d
5 changed files with 67 additions and 58 deletions

View File

@@ -11,17 +11,16 @@
#include <furi_hal_vibro.h>
#include <storage/storage.h>
// input_settings_app stucture
typedef struct {
//InputService* inputservice; //link to input_sevice with they setings and events
Gui* gui;
ViewDispatcher* view_dispatcher;
VariableItemList* variable_item_list;
InputSettings* settings;
//InputService* inputservice; //link to input_sevice with they setings and events
Gui* gui;
ViewDispatcher* view_dispatcher;
VariableItemList* variable_item_list;
InputSettings* settings;
} InputSettingsApp;
// list of menu views for view dispatcher
typedef enum {
InputSettingsViewVariableItemList,
} InputSettingsView;
} InputSettingsView;