mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
3 lines
96 B
C
3 lines
96 B
C
#define IMAGE_MAGIC 0x4C5A5254 // TRZL
|
|
#define IMAGE_MAXSIZE (1 * 64 * 1024 + 7 * 128 + 1024)
|