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
path: root/src
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
parent84b6882bee082357379ddb2b060e492b86ba4292 (diff)
Replaced ASF flash service by new Flash module in CoreNG
Diffstat (limited to 'src')
-rw-r--r--src/Hardware/NonVolatileMemory.cpp2
-rw-r--r--src/Platform.cpp2
-rw-r--r--src/Tasks.cpp2
3 files changed, 3 insertions, 3 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)
diff --git a/src/Platform.cpp b/src/Platform.cpp
index 2d5adc31..9d5ee405 100644
--- a/src/Platform.cpp
+++ b/src/Platform.cpp
@@ -42,7 +42,7 @@
#include <Hardware/NonVolatileMemory.h>
#if SAM4E || SAM4S || SAME70
-# include "sam/services/flash_efc/flash_efc.h" // for flash_read_unique_id()
+# include <Flash.h> // for flash_read_unique_id()
#endif
#if SAME70
diff --git a/src/Tasks.cpp b/src/Tasks.cpp
index f1899bdf..06b4b58b 100644
--- a/src/Tasks.cpp
+++ b/src/Tasks.cpp
@@ -14,7 +14,7 @@
#include <Storage/CRC32.h>
#if SAM4E || SAM4S || SAME70
-# include "sam/services/flash_efc/flash_efc.h" // for efc_enable_cloe()
+# include <efc/efc.h> // for efc_enable_cloe()
#endif
#if SAME5x