aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-01-16 12:57:26 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-01-16 12:57:26 +0200
commit42c0b9706017b66f2117c2421709905a68d9ea38 (patch)
treedee4b8dd5ee0bbfdc6587283965af511ab891ada /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent9f6dd0def55b3fc55b84fa5025e41972d36df7ae (diff)
parent1af7b84af6fa0a7663013288ca7b28c4774fc846 (diff)
downloadTango-42c0b9706017b66f2117c2421709905a68d9ea38.tar.gz
Tango-42c0b9706017b66f2117c2421709905a68d9ea38.zip
MERGE
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c7
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;