From 276cd4b44addf6fc1295c1d0823530c3f4904a8b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 21 Feb 2019 20:39:44 +0100 Subject: [PATCH] firmware: set NORCOW_HEADER_LEN to 0 --- norcow_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/norcow_config.h b/norcow_config.h index ba57dfb4b..1ea894c2b 100644 --- a/norcow_config.h +++ b/norcow_config.h @@ -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.