aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShai Frieder <Shai.Frieder@twine-s.com>2020-02-19 16:51:23 +0200
committerShai Frieder <Shai.Frieder@twine-s.com>2020-02-19 16:51:23 +0200
commit479ba8b1b6521edfed0f79822d0e25917b8a1198 (patch)
treeb8b59f6e465df32e95ed1833bf4f65264c518744 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent55953df8a7753da1477dcf1db5484db342b3c906 (diff)
parent56cb5234f2aa80c501a30fb8be35cc538f2989ec (diff)
downloadTango-479ba8b1b6521edfed0f79822d0e25917b8a1198.tar.gz
Tango-479ba8b1b6521edfed0f79822d0e25917b8a1198.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 15e845527..1ba656657 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -49,7 +49,7 @@ FIL *UploadFileHandle = 0; //the system supports a single active file
FIL *DownloadFileHandle = 0; //the system supports a single active file
char FileHandleChar[5];
char ErrorMsg[100];
-#define MAX_CHUNK_LENGTH 4000
+#define MAX_CHUNK_LENGTH 5500
int32_t FileLength = 0;
int32_t FileReceivedLength = 0;
int32_t FileSentLength = 0;