Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-12-08 16:45:50 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-08 16:45:50 +0300
commite69e28876c4c505bb6114fc98c7bc848350125ff (patch)
tree85d1e0390d18dc2bf54492710fd8443f565f1573 /src/Hardware/NonVolatileMemory.cpp
parent84b6882bee082357379ddb2b060e492b86ba4292 (diff)
Replaced ASF flash service by new Flash module in CoreNG
Diffstat (limited to 'src/Hardware/NonVolatileMemory.cpp')
-rw-r--r--src/Hardware/NonVolatileMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hardware/NonVolatileMemory.cpp b/src/Hardware/NonVolatileMemory.cpp
index 74d9171d..f5753d2a 100644
--- a/src/Hardware/NonVolatileMemory.cpp
+++ b/src/Hardware/NonVolatileMemory.cpp
@@ -9,7 +9,7 @@
#if SAM4E || SAM4S || SAME70
# include <Cache.h>
-# include <flash_efc.h>
+# include <Flash.h>
#endif
NonVolatileMemory::NonVolatileMemory() noexcept : state(NvmState::notRead)