NVProperty generic key value store using the MCU flash area.
Dependents: Turtle_RadioShuttle
Revision 2:7ab0f5202860, committed 2019-01-24
- Comitter:
- Helmut Tschemernjak
- Date:
- Thu Jan 24 15:27:56 2019 +0100
- Parent:
- 1:3a8297ad8cd9
- Child:
- 3:968b84113ef3
- Commit message:
- added algorithm
Changed in this revision
| NVProperty_L4OTP.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/NVProperty_L4OTP.cpp Thu Jan 24 14:28:11 2019 +0100 +++ b/NVProperty_L4OTP.cpp Thu Jan 24 15:27:56 2019 +0100 @@ -13,6 +13,7 @@ #include <mbed.h> #include "main.h" +#include <algorithm> #include <NVPropertyProviderInterface.h> #include <NVProperty_L4OTP.h> #include <NVProperty.h>
Helmut Tschemernjak