mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:08:36 -07:00
Fix some structs to be binary comaptible to OFW
This commit is contained in:
@@ -49,7 +49,6 @@ typedef struct {
|
||||
struct NotificationApp {
|
||||
FuriMessageQueue* queue;
|
||||
FuriPubSub* event_record;
|
||||
FuriPubSub* ascii_record;
|
||||
FuriTimer* display_timer;
|
||||
|
||||
NotificationLedLayer display;
|
||||
@@ -57,6 +56,8 @@ struct NotificationApp {
|
||||
uint8_t display_led_lock;
|
||||
|
||||
NotificationSettings settings;
|
||||
|
||||
FuriPubSub* ascii_record;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user