diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-01 16:51:14 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-01 16:51:14 +0300 |
| commit | eb526a2dbcf4dd6c1fb946c4157e672d629302fb (patch) | |
| tree | 93a44df68f641ca5af8f80d862006d0ea9a6893f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | b85587ebe9096ea4905cc5305cfa5f7ebaa6d039 (diff) | |
| parent | da153304bc308e9f6a101384bd55d2e85d172618 (diff) | |
| download | Tango-eb526a2dbcf4dd6c1fb946c4157e672d629302fb.tar.gz Tango-eb526a2dbcf4dd6c1fb946c4157e672d629302fb.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c index 84d8fa725..794ef6d37 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -177,7 +177,7 @@ uint32_t FileChunkUploadRequestFunc(MessageContainer* requestContainer) if (ReceivedFileHandle==NULL) { Fresult = FR_DENIED; - Report("file chunk uplad rejected - file not created", __FILE__, __LINE__, 4, RpWarning, (int)0, 0); + Report("file chunk upload rejected - file not created", __FILE__, __LINE__, 4, RpWarning, (int)0, 0); FileDone = true; } else |
