1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

firmware: set NORCOW_HEADER_LEN to 0

This commit is contained in:
Pavol Rusnak 2019-02-21 20:39:44 +01:00
parent 08b462b2b9
commit 276cd4b44a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -29,7 +29,7 @@
/*
* The length of the sector header in bytes. The header is preserved between sector erasures.
*/
#define NORCOW_HEADER_LEN (0x100)
#define NORCOW_HEADER_LEN (0)
/*
* Current storage version.