aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-07-24 18:11:19 +0300
committerAvi Levkovich <avi@twine-s.com>2019-07-24 18:11:19 +0300
commit0e448553af26885f648b41fed4001bcbdab9fbee (patch)
treeb6c2b0ee89cc334f3d04e829f0ec551743e4cc88 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent33cebf98be02ede27ee22ca98ee21f3525bfd8b9 (diff)
parentfd81643e32328a0d548c7cebdba008050ae03673 (diff)
downloadTango-0e448553af26885f648b41fed4001bcbdab9fbee.tar.gz
Tango-0e448553af26885f648b41fed4001bcbdab9fbee.zip
merge conflict
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 05b118c90..1e02283e0 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 4000
+#define MAX_CHUNK_LENGTH 5500
int32_t FileLength = 0;
int32_t FileReceivedLength = 0;
int32_t FileSentLength = 0;