mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-14 19:53:35 -07:00
fmt
This commit is contained in:
@@ -9,18 +9,18 @@
|
||||
#include <notification/notification_messages.h>
|
||||
|
||||
typedef enum {
|
||||
EventTypeTick,
|
||||
EventTypeKey,
|
||||
EventTypeTick,
|
||||
EventTypeKey,
|
||||
} EventType;
|
||||
|
||||
typedef struct {
|
||||
EventType type;
|
||||
InputEvent input;
|
||||
EventType type;
|
||||
InputEvent input;
|
||||
} PluginEvent;
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
int x;
|
||||
int y;
|
||||
} PluginState;
|
||||
|
||||
typedef struct {
|
||||
@@ -28,8 +28,7 @@ typedef struct {
|
||||
FuriMessageQueue* event_queue;
|
||||
PluginState* plugin_state;
|
||||
ViewPort* view_port;
|
||||
Storage* storage;
|
||||
NotificationApp* notification;
|
||||
Storage* storage;
|
||||
NotificationApp* notification;
|
||||
uint8_t* log_arr;
|
||||
} Nrf24Scan;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user