diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-05 14:52:00 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-02-05 14:52:00 +0200 |
| commit | 8ff9d3529e54c31e299ae885f97d773c4db34d56 (patch) | |
| tree | 8b3274d5ddb41fdda561bc69bc50022a293f4dec /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | d723bb19742e1522c5859fba5ea5a75b5e902ac1 (diff) | |
| parent | aa90e13fd628c6b03b37ff7a81d3a12864e8da81 (diff) | |
| download | Tango-8ff9d3529e54c31e299ae885f97d773c4db34d56.tar.gz Tango-8ff9d3529e54c31e299ae885f97d773c4db34d56.zip | |
merge
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 ceb341c38..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 -uint32_t FileLength = 0; -uint32_t FileReceivedLength = 0; -uint32_t 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; |
