Rename char array def for xfw app

This commit is contained in:
Willy-JL
2023-03-15 01:03:02 +00:00
parent 8e7ca0fca2
commit f5fcc87368
3 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
#define XTREME_SUBGHZ_FREQ_BUFFER_SIZE 6
ARRAY_DEF(asset_packs, char*)
ARRAY_DEF(CharList, char*)
typedef struct {
Gui* gui;
@@ -43,7 +43,7 @@ typedef struct {
int dolphin_level;
char device_name[NAMECHANGER_TEXT_STORE_SIZE];
uint asset_pack;
asset_packs_t asset_packs;
CharList_t asset_packs;
FuriString* version_tag;
bool save_subghz;
bool save_subghz_frequencies;