mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-29 16:51:30 +00:00
core: bump SD card capacity to 64MB in emulator
This commit is contained in:
parent
2d8e11e827
commit
c8bc21a393
@ -33,7 +33,7 @@
|
||||
#define SDCARD_FILE profile_sdcard_path()
|
||||
#endif
|
||||
|
||||
#define SDCARD_SIZE (32 * 1024 * 1024)
|
||||
#define SDCARD_SIZE (64 * 1024 * 1024)
|
||||
|
||||
static uint8_t *sdcard_buffer;
|
||||
static secbool sdcard_powered;
|
||||
|
Loading…
Reference in New Issue
Block a user