Fix some structs to be binary comaptible to OFW

This commit is contained in:
Willy-JL
2024-08-07 02:16:28 +02:00
parent 083c17f09d
commit 6c1ec67346
3 changed files with 5 additions and 2 deletions

View File

@@ -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