aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-05-08 11:12:10 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-05-08 11:12:10 +0300
commit0503a28d97982f9dcaa29a1c1d10b1583b7f53cc (patch)
tree956d894ecf5fee80cd9e5dcd29133241b7cfc923 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentbb9e43ebfa3d358e280f35669842680d32361dd7 (diff)
parent524bb9f5eff88e3b624b5e18da2e771fd6fe787a (diff)
downloadTango-0503a28d97982f9dcaa29a1c1d10b1583b7f53cc.tar.gz
Tango-0503a28d97982f9dcaa29a1c1d10b1583b7f53cc.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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,