diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-01-16 12:57:26 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2020-01-16 12:57:26 +0200 |
| commit | 42c0b9706017b66f2117c2421709905a68d9ea38 (patch) | |
| tree | dee4b8dd5ee0bbfdc6587283965af511ab891ada /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | |
| parent | 9f6dd0def55b3fc55b84fa5025e41972d36df7ae (diff) | |
| parent | 1af7b84af6fa0a7663013288ca7b28c4774fc846 (diff) | |
| download | Tango-42c0b9706017b66f2117c2421709905a68d9ea38.tar.gz Tango-42c0b9706017b66f2117c2421709905a68d9ea38.zip | |
MERGE
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_ */ |
