mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-06 12:51:21 +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()
|
#define SDCARD_FILE profile_sdcard_path()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SDCARD_SIZE (32 * 1024 * 1024)
|
#define SDCARD_SIZE (64 * 1024 * 1024)
|
||||||
|
|
||||||
static uint8_t *sdcard_buffer;
|
static uint8_t *sdcard_buffer;
|
||||||
static secbool sdcard_powered;
|
static secbool sdcard_powered;
|
||||||
|
Loading…
Reference in New Issue
Block a user