Skip to content

Commit

Permalink
Merge pull request #463 from LedgerHQ/increase-nbgl-serialization-buffer
Browse files Browse the repository at this point in the history
Increase NBGL serialization buffer size to 200 bytes
  • Loading branch information
nroggeman-ledger authored Nov 16, 2023
2 parents 22d2f0c + 4a3b148 commit 1f7fc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os_io_seproxyhal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ void io_seproxyhal_se_reset(void)

#ifdef HAVE_SERIALIZED_NBGL

#define SERIALIZED_NBGL_MAX_LEN 120
#define SERIALIZED_NBGL_MAX_LEN 200

static uint8_t nbgl_serialize_buffer[SERIALIZED_NBGL_MAX_LEN];

Expand Down

0 comments on commit 1f7fc66

Please sign in to comment.