diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-03-05 12:33:28 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-03-05 12:33:28 +0200 |
| commit | 5be0a0a4ffc2ac388c56554b3c30ae7a57b6543b (patch) | |
| tree | 6f880229296266f176f397f0601c9bdef37a35e0 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | e27873b9a6dd3c2e1dc46e59f90e66182566d4af (diff) | |
| parent | 81a806b65842bb63170f8091b7c1e2a621140e85 (diff) | |
| download | Tango-5be0a0a4ffc2ac388c56554b3c30ae7a57b6543b.tar.gz Tango-5be0a0a4ffc2ac388c56554b3c30ae7a57b6543b.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.c | 1 |
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) { |
