diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-18 16:02:47 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2019-12-18 16:02:47 +0200 |
| commit | f173a1de4608e3d9685eea30f96681d10d458518 (patch) | |
| tree | fb93b7b82a797309c730acb501c9d285778fd53c /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | |
| parent | 41b950b3f3f7fa0384cccd13ed4ef38119bbcbcf (diff) | |
| parent | 633c35f15e95240117af791a7343a0ba68556fcf (diff) | |
| download | Tango-f173a1de4608e3d9685eea30f96681d10d458518.tar.gz Tango-f173a1de4608e3d9685eea30f96681d10d458518.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h index 0f6fd9d5d..d32788c8b 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h @@ -22,6 +22,8 @@ uint32_t GetFilesRequestFunc(MessageContainer* requestContainer); uint32_t FileDownloadRequestFunc(MessageContainer* requestContainer); uint32_t FileChunkDownloadRequestFunc(MessageContainer* requestContainer); +void FileChunkUploadError(void); + FRESULT FileWrite(void * buffer, uint16_t size,char *path, uint32_t timeout); FRESULT FileRead(char *path, uint32_t *Size, void **Buffer); FRESULT FileOpen(char *path, uint32_t *Size, FIL *FileHandle); |
