diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-07 19:21:11 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-07 19:21:11 +0300 |
| commit | 952b8d7f3c81d6943d0bbf665b74ff58ab8c1201 (patch) | |
| tree | 131912beaeffa4b15aba8f01340410c4f56bd37f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | ae628de00d95cfa2982ee9f90ac0d1a44ca80109 (diff) | |
| parent | 3b2aecfc3f95a642653644ce01134f8aa3ccb36d (diff) | |
| download | Tango-952b8d7f3c81d6943d0bbf665b74ff58ab8c1201.tar.gz Tango-952b8d7f3c81d6943d0bbf665b74ff58ab8c1201.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 3 |
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, |
