aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-07-09 17:23:23 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-07-09 17:23:23 +0300
commit2347458faa0f6cb95000514448d2806bd9b64ca7 (patch)
treed270a54279bd823e8e30c636d974ec4c5099a934 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentd1a18e5fcb7ad1016e29c034e2a81ae0ab18af94 (diff)
parent1dfd14ae3fbf868e8992420127a9cf3e6318e5ff (diff)
downloadTango-2347458faa0f6cb95000514448d2806bd9b64ca7.tar.gz
Tango-2347458faa0f6cb95000514448d2806bd9b64ca7.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.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 c424320ff..8682f706a 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -284,7 +284,7 @@ uint32_t FileChunkDownloadRequestFunc(MessageContainer* requestContainer)
FIL *SentFileHandle; //the system supports a single active file
SentFileHandle = DownloadFileHandle;
- char *Buffer = 0;
+ uint8_t *Buffer = 0;
Buffer = my_malloc (MAX_CHUNK_LENGTH);
if (Buffer != NULL)
{