This commit is contained in:
r3df0xx
2022-04-11 02:10:32 +03:00
parent f10d95ddd6
commit 4a3e3aba34
4 changed files with 2 additions and 35 deletions

View File

@@ -110,11 +110,6 @@ struct SubGhzTxRx {
typedef struct SubGhzTxRx SubGhzTxRx;
typedef struct {
uint8_t seed[4];
uint8_t seed_len;
} SeedData;
struct SubGhz {
Gui* gui;
NotificationApp* notifications;
@@ -128,7 +123,6 @@ struct SubGhz {
Popup* popup;
TextInput* text_input;
ByteInput* byte_input;
SeedData* seed_data;
Widget* widget;
DialogsApp* dialogs;
char file_name[SUBGHZ_MAX_LEN_NAME + 1];