diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-04 22:57:48 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-04 22:57:48 +0200 |
| commit | aa90e13fd628c6b03b37ff7a81d3a12864e8da81 (patch) | |
| tree | 581bc58a8252cf63401abf0edbed15b8082c26ce /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | aa802e75d05ef92bb024c151000a1ba0cd310629 (diff) | |
| parent | 8d9a11659c8ae789eaf7000b712b60b90d27e033 (diff) | |
| download | Tango-aa90e13fd628c6b03b37ff7a81d3a12864e8da81.tar.gz Tango-aa90e13fd628c6b03b37ff7a81d3a12864e8da81.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.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c index a12c02867..11fbf86c4 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -49,9 +49,9 @@ FIL *DownloadFileHandle = 0; //the system supports a single active file char FileHandleChar[5]; char ErrorMsg[100]; #define MAX_CHUNK_LENGTH 2000 -int FileLength = 0; -int FileReceivedLength = 0; -int FileSentLength = 0; +int32_t FileLength = 0; +int32_t FileReceivedLength = 0; +int32_t FileSentLength = 0; static char g_cCwdBuf[50] = "/"; uint32_t WrittenBytes = 0; uint32_t ReadBytes = 0; |
