aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-15 11:53:51 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-12-15 11:53:51 +0200
commit957ca86b8e899eb488626c456d9c37dd4545bd80 (patch)
tree21e2a066c9733bc3b831eaa3f9e9701bf6587e1e /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent4cabb5aabc490156b50cd02592926539d48a7af8 (diff)
parent465d58cf5cea8eb18789f1c2ffdb37f3c08b2ef6 (diff)
downloadTango-957ca86b8e899eb488626c456d9c37dd4545bd80.tar.gz
Tango-957ca86b8e899eb488626c456d9c37dd4545bd80.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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 5650cbd1b..b23b4361b 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -176,6 +176,8 @@ uint32_t FileChunkUploadRequestFunc(MessageContainer* requestContainer)
else
{
FileReceivedLength += WrittenBytes;
+ ReportWithPackageFilter(CommFilter,"Chunk received", __FILE__,WrittenBytes,FileReceivedLength, RpMessage,msec_millisecondCounter, 0);
+
//REPORT_MSG (FileReceivedLength,"file upload chunk");
if (FileReceivedLength == FileLength)
{