diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-10-23 12:37:42 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-10-23 12:37:42 +0300 |
| commit | 4a721c69a761ac834f2658995a344dd464647518 (patch) | |
| tree | a7545127fe1326f564a5e92028ec456f1396106f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | 31891827a4643877f36de6e63318e3c58a112044 (diff) | |
| parent | b9e6e68d5f1cea89d2fd11511bfcac918fc7e739 (diff) | |
| download | Tango-4a721c69a761ac834f2658995a344dd464647518.tar.gz Tango-4a721c69a761ac834f2658995a344dd464647518.zip | |
merge conflict
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 2 |
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; |
