aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-03-06 13:27:36 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-03-06 13:27:36 +0200
commitd95329065734fec34e0e3763cf4b6dee428499d2 (patch)
treebfdb162ff3d9126e0223ba3c8df6057559569a0f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentb3cfecea7d2493776db2f03ee48b06436029d438 (diff)
parente779c5128f45ccf3e45fbe304da496d4b2f89cb4 (diff)
downloadTango-d95329065734fec34e0e3763cf4b6dee428499d2.tar.gz
Tango-d95329065734fec34e0e3763cf4b6dee428499d2.zip
merge
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 60873243c..c311e9787 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -428,6 +428,7 @@ uint32_t DeleteRequestFunc(MessageContainer* requestContainer)
Fresult = f_unlink(request->path);
+ REPORT_MSG(Fresult, "File Delete");
responseContainer = createContainer(MESSAGE_TYPE__DeleteResponse, requestContainer->token, false, &response, &delete_response__pack, &delete_response__get_packed_size);
if (Fresult!= OK)
{