aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-05-20 10:00:40 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-05-20 10:00:40 +0300
commitc48639569324caae690612c9fabc804203a4ac53 (patch)
tree62635a62fd8fecd7ceb27e0de22fda7841f0e5b0 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent7755e3b015d83574ad3accdec3d09bc4716e2e55 (diff)
parentae50a86800fc05bb34b09e2574ed71116be91045 (diff)
downloadTango-c48639569324caae690612c9fabc804203a4ac53.tar.gz
Tango-c48639569324caae690612c9fabc804203a4ac53.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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 8fb7024be..68745b390 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -154,6 +154,7 @@ uint32_t FileChunkUploadRequestFunc(MessageContainer* requestContainer)
// memcpy (&ReceivedFileHandle,request->uploadid,sizeof(ReceivedFileHandle));
//if (ReceivedFileHandle == FileHandle)
//{
+ KeepAliveOneSecondCounter = 0;
Fresult = f_write(ReceivedFileHandle,request->buffer.data,request->buffer.len,&WrittenBytes );
lFresult = Fresult;
if(Fresult != FR_OK)