NVProperty generic key value store using the MCU flash area.
Dependents: Turtle_RadioShuttle
Diff: NVProperty_SRAM.cpp
- Revision:
- 11:d5dc788ec805
- Parent:
- 4:eb6850e3bc21
--- a/NVProperty_SRAM.cpp Wed Feb 06 15:53:49 2019 +0100 +++ b/NVProperty_SRAM.cpp Sun Feb 10 10:43:09 2019 +0100 @@ -12,7 +12,9 @@ #include <string.h> #include <stdlib.h> #include <stdint.h> +#ifndef ARDUINO #include "arch.h" +#endif #include <NVPropertyProviderInterface.h> #include <NVProperty.h> #include <NVProperty_SRAM.h>
Helmut Tschemernjak