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:
Diffstat (limited to 'src/Storage/FileWriteBuffer.h')
-rw-r--r--src/Storage/FileWriteBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Storage/FileWriteBuffer.h b/src/Storage/FileWriteBuffer.h
index 1e7130c4..9cbc3b8a 100644
--- a/src/Storage/FileWriteBuffer.h
+++ b/src/Storage/FileWriteBuffer.h
@@ -11,7 +11,7 @@
#include "RepRapFirmware.h"
-#ifdef DUET_NG
+#if SAM4E || SAM4S
const size_t NumFileWriteBuffers = 2; // Number of write buffers
const size_t FileWriteBufLen = 8192; // Size of each write buffer
#else