NVProperty generic key value store using the MCU flash area.

Dependents:   Turtle_RadioShuttle

Revision:
12:5539cdc8be4b
Parent:
1:3a8297ad8cd9
diff -r d5dc788ec805 -r 5539cdc8be4b NVProperty_L4OTP.h
--- a/NVProperty_L4OTP.h	Sun Feb 10 10:43:09 2019 +0100
+++ b/NVProperty_L4OTP.h	Sun Feb 10 18:39:29 2019 +0100
@@ -80,6 +80,7 @@
 	bool _debug;
 	int _propSize;
 
+	static const uint8_t _flashErasedValue = 0xff;
 	static const int FLASH_PROP_MAGIC = 0x4c4f5450; // "LOTP"
 	static const int FLASH_PROP_VERSION = 1;
 };