1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-03 20:38:16 +00:00

fix(core/bootloader): increase c_laoyout_t buffer size

[no changelog]
This commit is contained in:
tychovrahe 2025-05-14 08:29:07 +02:00 committed by TychoVrahe
parent 048970d059
commit 0b7e53e72d

View File

@ -2,5 +2,5 @@
// additional type for C-rust interface
typedef struct {
uint8_t buf[1024];
uint8_t buf[2048];
} c_layout_t;