NVProperty generic key value store using the MCU flash area.

Dependents:   Turtle_RadioShuttle

Revision:
12:5539cdc8be4b
Parent:
6:633f80228fc8
--- a/NVProperty_MBEDFlash.h	Sun Feb 10 10:43:09 2019 +0100
+++ b/NVProperty_MBEDFlash.h	Sun Feb 10 18:39:29 2019 +0100
@@ -82,6 +82,7 @@
 	int _pageSize;
 	int _numPages;
 	int _rowSize;
+	uint8_t _flashErasedValue;
 	FlashIAP *_flashIAP;
 	uint8_t *_startAddress;
 	uint8_t *_endAddress;