aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-09-16 18:22:51 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-09-16 18:22:51 +0300
commitbf91c4fdf69848e929c2a20f52fb21b5df119b03 (patch)
tree9a2b4a00a363b8d35c84e757cbe92063774d9b26 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent161fe6f6d2b29ba3deb641cdc049ad0d8f58004e (diff)
downloadTango-bf91c4fdf69848e929c2a20f52fb21b5df119b03.tar.gz
Tango-bf91c4fdf69848e929c2a20f52fb21b5df119b03.zip
new magnet handling
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