diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-12 15:44:30 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-12-12 15:44:30 +0200 |
| commit | 1171059d96c39662cef5c7414cd387048c2372d9 (patch) | |
| tree | c8b8556c49cf3977e279d5a01a7bdad8fcd2fa08 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | 9b712a41f08f8a0c13366db730fba6ec927a97d3 (diff) | |
| download | Tango-1171059d96c39662cef5c7414cd387048c2372d9.tar.gz Tango-1171059d96c39662cef5c7414cd387048c2372d9.zip | |
improvements and debugging
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 2 |
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) { |
