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-08-13 18:40:06 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-08-13 18:40:06 +0300
commit5fe5917ceb4e00353f7b398dd0b5167a182c1192 (patch)
tree1e8bbc66948fbd510da2a982a25cb20f2d1a078e /src/Storage/FileInfoParser.h
parent53ce4b3eb1acbf0dcecaeeae6d4cc4d18dc7fb2d (diff)
Resolved some missing functions wheh HAS_EMBEDDED_FILES is true
Diffstat (limited to 'src/Storage/FileInfoParser.h')
-rw-r--r--src/Storage/FileInfoParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Storage/FileInfoParser.h b/src/Storage/FileInfoParser.h
index 8911998e..b350de06 100644
--- a/src/Storage/FileInfoParser.h
+++ b/src/Storage/FileInfoParser.h
@@ -11,7 +11,7 @@
#include <RepRapFirmware.h>
#include <GCodes/GCodeFileInfo.h>
-#if HAS_MASS_STORAGE
+#if HAS_MASS_STORAGE || HAS_EMBEDDED_FILES
#include <RTOSIface/RTOSIface.h>