Skip to content

Commit

Permalink
try: init switches array
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Oct 22, 2024
1 parent 78d0714 commit 2e61302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/view_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static const char *const INFO_VALUES_PAGE[] = {APPVERSION, "Zondax AG", "https:/

static nbgl_contentInfoList_t infoList = {0};
static nbgl_genericContents_t settingContents = {0};
static nbgl_contentSwitch_t switches[4];
static nbgl_contentSwitch_t switches[4] = {0};

static void h_expert_toggle() { app_mode_set_expert(!app_mode_expert()); }

Expand Down

0 comments on commit 2e61302

Please sign in to comment.