mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Source code C\C++ formating
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user