mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-03 04:18:17 +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
|
||||
typedef struct {
|
||||
uint8_t buf[1024];
|
||||
uint8_t buf[2048];
|
||||
} c_layout_t;
|
||||
|
Loading…
Reference in New Issue
Block a user