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:
authorManuel Coenen <manuel@duet3d.com>2021-01-20 17:11:28 +0300
committerManuel Coenen <manuel@duet3d.com>2021-01-20 17:11:28 +0300
commit8d3ed6bf14fc430ecc95cd4a9701e74934a841a3 (patch)
treee9458cf50dc5de2b06001e8ddaed4e3db74f0eff /src/bossa/EefcFlash.h
parenteeeb1c4d56b3a305bac9e32e99895e8f5e69ec7c (diff)
Remove no longer required differences between SAME70 and SAM4x
Rename bossa/Flash to bossa/BossaFlash to avoid filename collision with Flash in CoreN2G
Diffstat (limited to 'src/bossa/EefcFlash.h')
-rw-r--r--src/bossa/EefcFlash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossa/EefcFlash.h b/src/bossa/EefcFlash.h
index 58ea811c..91dc3682 100644
--- a/src/bossa/EefcFlash.h
+++ b/src/bossa/EefcFlash.h
@@ -31,7 +31,7 @@
#include <cstdint>
-#include "Flash.h"
+#include "BossaFlash.h"
class EefcFlash : public BossaFlash
{