diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-18 12:13:43 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-10-18 12:13:43 +0300 |
| commit | 694fca0ac0aa6e65cd17b0cf30a71214f14c0579 (patch) | |
| tree | 54cf258a24c590a0e2a296d211d9864160b1bc14 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | ea706238b6023018388e08dcdb779ea8e72f9970 (diff) | |
| download | Tango-694fca0ac0aa6e65cd17b0cf30a71214f14c0579.tar.gz Tango-694fca0ac0aa6e65cd17b0cf30a71214f14c0579.zip | |
make chunk smaller (3500) due to rt problem.
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; |
