aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-06-01 10:48:22 +0300
committerShlomo Hecht <shlomo@twine-s.com>2020-06-01 10:48:22 +0300
commit5baa36de16ba1e55cd8dd735e8e83caaf56a358e (patch)
treeb70f7e3a1afb6c4f64614b014d0b908e1848a337 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentac66473a022e6eecf5d8d7a92eaa90a5e334be73 (diff)
downloadTango-5baa36de16ba1e55cd8dd735e8e83caaf56a358e.tar.gz
Tango-5baa36de16ba1e55cd8dd735e8e83caaf56a358e.zip
fix head identification; remove adc interrupt
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, 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