NVProperty generic key value store using the MCU flash area.

Dependents:   Turtle_RadioShuttle

Revision:
3:968b84113ef3
Parent:
2:7ab0f5202860
Child:
5:2560e615ccd5
diff -r 7ab0f5202860 -r 968b84113ef3 NVProperty_L4OTP.cpp
--- a/NVProperty_L4OTP.cpp	Thu Jan 24 15:27:56 2019 +0100
+++ b/NVProperty_L4OTP.cpp	Thu Jan 24 15:38:20 2019 +0100
@@ -13,6 +13,7 @@
 
 #include <mbed.h>
 #include "main.h"
+#include "arch.h"
 #include <algorithm>
 #include <NVPropertyProviderInterface.h>
 #include <NVProperty_L4OTP.h>