Skip to content

Commit

Permalink
Merge pull request #829 from LedgerHQ/cherry_pick_22
Browse files Browse the repository at this point in the history
Make the info list property in nbgl_tipBox_t non-const - API_LEVEL_22
  • Loading branch information
apaillier-ledger authored Nov 26, 2024
2 parents 49a5886 + 5fcfe7f commit 525c53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_nbgl/include/nbgl_use_case.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ typedef struct {
const char *modalTitle; ///< title given to modal window displayed when tip-box is touched
nbgl_contentType_t type; ///< type of page content in the following union
union {
const nbgl_contentInfoList_t infos; ///< infos pairs displayed in modal.
nbgl_contentInfoList_t infos; ///< infos pairs displayed in modal.
};
} nbgl_tipBox_t;

Expand Down

0 comments on commit 525c53e

Please sign in to comment.