diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-15 09:38:23 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-01-15 09:38:23 +0200 |
| commit | 5615cfe5029be4b6db306bdf76d6abc0e6cb96f8 (patch) | |
| tree | 1e4ed4788af60f1e6827d0643586196c0021045f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | |
| parent | 6a0ff2744f0f13a2070b53e9eff20ea9379ee350 (diff) | |
| parent | 4c9319b4aa25287ab8660b1f667a06ff31fb7dc8 (diff) | |
| download | Tango-5615cfe5029be4b6db306bdf76d6abc0e6cb96f8.tar.gz Tango-5615cfe5029be4b6db306bdf76d6abc0e6cb96f8.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 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_ */ |
