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:
parent
08b462b2b9
commit
276cd4b44a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user