aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-09-18 13:24:04 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-09-18 13:24:04 +0300
commitc0e82ee6f9ee2d484c4cad3b36d662d7d571c8a3 (patch)
treeadeb8ca89daef5be104628a0c9ee0cc60ea8c7d7 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent9e8eee6846b9ba87fee9955f9e1d9407f8d7e0d9 (diff)
parentfb734737c4a441daff19b8304d43badb232568ae (diff)
downloadTango-c0e82ee6f9ee2d484c4cad3b36d662d7d571c8a3.tar.gz
Tango-c0e82ee6f9ee2d484c4cad3b36d662d7d571c8a3.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.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 4396f6da1..caad43712 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -604,6 +604,8 @@ uint32_t GetFilesRequestFunc(MessageContainer* requestContainer)
Data[i].lastmodifieddate = fno[i]->fdate;
Data[i].has_lastmodifiedtime = true;
Data[i].lastmodifiedtime = fno[i]->ftime;
+ //Report(Data[i].name, __FILE__, __LINE__, Data[i].lastmodifieddate, RpWarning, (int)Data[i].lastmodifiedtime, 0);
+
if (i==0)
usnprintf(&FullPath[i], 50, "%s", request->path);
else