diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-15 10:43:49 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2020-01-15 10:43:49 +0200 |
| commit | 4e739ecb88185867e2c9ca05fda661eb8e0c6f10 (patch) | |
| tree | eda9da2805121ac9141070ced352558dc3308727 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | |
| parent | ca24ced88f1905066c8b69e86b9e453d4eae394a (diff) | |
| parent | 5615cfe5029be4b6db306bdf76d6abc0e6cb96f8 (diff) | |
| download | Tango-4e739ecb88185867e2c9ca05fda661eb8e0c6f10.tar.gz Tango-4e739ecb88185867e2c9ca05fda661eb8e0c6f10.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_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 d32788c8b..8c0133411 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h @@ -28,4 +28,6 @@ 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); +bool FileUploadGetState(void); + #endif /* COMMON_SWUPDATE_FILESYSTEM_H_ */ |
