Skip to content

Commit

Permalink
Reduce max number of lines in review to avoid "Skip" issue
Browse files Browse the repository at this point in the history
(cherry picked from commit e06e8ab)
  • Loading branch information
nroggeman-ledger authored and cedelavergne-ledger committed Sep 9, 2024
1 parent 8706d88 commit c2620f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib_nbgl/include/nbgl_use_case.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ extern "C" {
* @brief maximum number of lines for value field in review pages
*/
#ifdef TARGET_STAX
#define NB_MAX_LINES_IN_REVIEW 11
#else // TARGET_STAX
#define NB_MAX_LINES_IN_REVIEW 10
#else // TARGET_STAX
#define NB_MAX_LINES_IN_REVIEW 9
#endif // TARGET_STAX

/**
Expand Down

0 comments on commit c2620f3

Please sign in to comment.