NVProperty generic key value store using the MCU flash area.

Dependents:   Turtle_RadioShuttle

Revision:
8:b42bb4130002
Parent:
6:633f80228fc8
Child:
12:5539cdc8be4b
--- a/NVProperty_MBEDFlash.cpp	Sun Feb 03 13:00:24 2019 +0100
+++ b/NVProperty_MBEDFlash.cpp	Mon Feb 04 10:04:54 2019 +0100
@@ -70,6 +70,7 @@
 	}
 	
 	_FlashInititalize(erase);
+	_GetFlashEntry(0); // inits the _lastEntry record
 }