aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-10-22 18:13:01 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-10-22 18:13:01 +0300
commite03f11335ea109488f506acc71d3c172a5b7ac2c (patch)
tree790a3f1f82b642ab646953c3bb36064ca845835b /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent70c734055ae610eee328b69af74a39d927924911 (diff)
downloadTango-e03f11335ea109488f506acc71d3c172a5b7ac2c.tar.gz
Tango-e03f11335ea109488f506acc71d3c172a5b7ac2c.zip
cancel autofill
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 caad43712..6c019f150 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -53,7 +53,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 5500
+#define MAX_CHUNK_LENGTH 3500
int32_t FileLength = 0;
int32_t FileReceivedLength = 0;
int32_t FileSentLength = 0;