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>2021-07-31 12:30:17 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-07-31 12:30:17 +0300
commitde65e3e848ba79a1563eabea60175d9194bf1c41 (patch)
treee0663700d05702862fdd428116ec09090d9358c6 /src/GCodes/GCodeMachineState.h
parentadadbb13da2c74ced1c5830fdd685e3118310dba (diff)
More work on embedded readonly file support
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 31fafdbe..eb388738 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -196,7 +196,7 @@ public:
VariableSet variables; // local variables and parameters
float feedRate;
-#if HAS_MASS_STORAGE
+#if HAS_MASS_STORAGE || HAS_EMBEDDED_FILES
FileData fileState;
#endif
#if HAS_LINUX_INTERFACE