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/Device.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/Device.h')
-rw-r--r--src/bossa/Device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bossa/Device.h b/src/bossa/Device.h
index f0a2e5b7..755cc9df 100644
--- a/src/bossa/Device.h
+++ b/src/bossa/Device.h
@@ -30,8 +30,7 @@
#define _DEVICE_H
#include "Samba.h"
-#include "Flash.h"
-
+#include "BossaFlash.h"
#include "GCodes/GCodeException.h"
typedef GCodeException DeviceUnsupportedError;