diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-01-14 18:52:44 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-01-14 18:52:44 +0200 |
| commit | 4c9319b4aa25287ab8660b1f667a06ff31fb7dc8 (patch) | |
| tree | f3cbc603d2551357715798047223a285dd4a3c7e /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | 2b1c55a4e7ba10ecd57f4b4761397a0204dd5b81 (diff) | |
| download | Tango-4c9319b4aa25287ab8660b1f667a06ff31fb7dc8.tar.gz Tango-4c9319b4aa25287ab8660b1f667a06ff31fb7dc8.zip | |
Version 1.4.6.4: fix diagnostics, alarm handling data loading, fix heaters - new head is working. new TPF files for new head
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c index d7592ccba..35f336627 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -70,8 +70,11 @@ bool isDirectory(FileAttribute FileAtt) return true; return false; } -bool FileDone = false; - +bool FileDone = true; +bool FileUploadGetState(void) +{ + return FileDone; +} uint32_t FileUploadRequestFunc(MessageContainer* requestContainer) { //uint32_t status = OK; |
