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>2022-03-09 17:20:20 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-03-09 17:20:20 +0300
commit2ac526f56cfcd2adcf29ed5b7e10e38db6305618 (patch)
tree049bb18e4c8090cd3a7334a9fdc91bce4a1d5178 /src
parent873b5056cba92eb4514d8b8256c7c9e25fe315ab (diff)
Minor correction to GCodes2.cpp
Diffstat (limited to 'src')
-rw-r--r--src/GCodes/GCodes2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodes2.cpp b/src/GCodes/GCodes2.cpp
index 382ddd8b..bd9f8d55 100644
--- a/src/GCodes/GCodes2.cpp
+++ b/src/GCodes/GCodes2.cpp
@@ -858,7 +858,7 @@ bool GCodes::HandleMcode(GCodeBuffer& gb, const StringRef& reply) THROWS(GCodeEx
if (
#if HAS_SBC_INTERFACE
reprap.UsingSbcInterface()
-# if HAS_MASS_STORAGE
+# if HAS_MASS_STORAGE || HAS_EMBEDDED_FILES
||
# endif
#endif