1
0
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:
Pavol Rusnak 2019-06-20 11:52:35 +02:00
parent 2d8e11e827
commit c8bc21a393
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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;