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>2020-06-19 15:13:22 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-19 15:13:22 +0300
commit3ad18b88855985bdda69bde27e8c0a4af22054eb (patch)
tree1bd3a93166cedfacf706475e089d97d2e5f60e33 /src/Storage
parent31479abcd5813946826974cf5a0ba660253067cf (diff)
Changes for 5LC
Diffstat (limited to 'src/Storage')
-rw-r--r--src/Storage/FileStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Storage/FileStore.h b/src/Storage/FileStore.h
index 6c71b427..9e18d4ae 100644
--- a/src/Storage/FileStore.h
+++ b/src/Storage/FileStore.h
@@ -3,7 +3,7 @@
#ifndef FILESTORE_H
#define FILESTORE_H
-#include "Core.h"
+#include <Core.h>
#include "Libraries/Fatfs/ff.h"
#include "CRC32.h"