NVProperty generic key value store using the MCU flash area.
Dependents: Turtle_RadioShuttle
Diff: NVProperty_SRAM.cpp
- Revision:
- 3:968b84113ef3
- Parent:
- 1:3a8297ad8cd9
- Child:
- 4:eb6850e3bc21
--- a/NVProperty_SRAM.cpp Thu Jan 24 15:27:56 2019 +0100 +++ b/NVProperty_SRAM.cpp Thu Jan 24 15:38:20 2019 +0100 @@ -12,6 +12,7 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> +#include "arch.h" #include <NVPropertyProviderInterface.h> #include <NVProperty.h> #include <NVProperty_SRAM.h>
Helmut Tschemernjak