aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-07 18:47:15 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-07 18:47:15 +0300
commit3b2aecfc3f95a642653644ce01134f8aa3ccb36d (patch)
tree4c5ddaff7fd8f12658fd1620e23df5395c78e1e7 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parente346110c7b993fc6f0215a598fe3f6961246429e (diff)
downloadTango-3b2aecfc3f95a642653644ce01134f8aa3ccb36d.tar.gz
Tango-3b2aecfc3f95a642653644ce01134f8aa3ccb36d.zip
version 1.3.9.9 IDS: build pressure to waste on job prepare. Heaters: do not restart heating on new setup if set temperature had not changed. lubricant vavle workaround
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 3357cfc06..1cf86c705 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -37,6 +37,9 @@
#include "third_party/fatfs/src/ffconf.h"
+#include "StateMachines/Printing/PrintingSTM.h"
+
+
ErrorCode FileError_to_ErrorCode[FR_INVALID_PARAMETER+1] = {ERROR_CODE__NONE,ERROR_CODE__FILE_REQUEST_DISK_ERR,ERROR_CODE__FILE_REQUEST_INT_ERR,ERROR_CODE__FILE_REQUEST_NOT_READY,ERROR_CODE__FILE_REQUEST_NO_FILE,
ERROR_CODE__FILE_REQUEST_NO_PATH,ERROR_CODE__FILE_REQUEST_INVALID_NAME,ERROR_CODE__FILE_REQUEST_DENIED,ERROR_CODE__FILE_REQUEST_EXIST,ERROR_CODE__FILE_REQUEST_INVALID_OBJECT,
ERROR_CODE__FILE_REQUEST_WRITE_PROTECTED,ERROR_CODE__FILE_REQUEST_INVALID_DRIVE,ERROR_CODE__FILE_REQUEST_NOT_ENABLED,ERROR_CODE__FILE_REQUEST_NO_FILESYSTEM,