mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-04 12:56:25 +00:00
fix(core/bootloader): increase c_laoyout_t buffer size
[no changelog]
This commit is contained in:
parent
048970d059
commit
0b7e53e72d
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
// additional type for C-rust interface
|
// additional type for C-rust interface
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t buf[1024];
|
uint8_t buf[2048];
|
||||||
} c_layout_t;
|
} c_layout_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user