From 281610ac56799f6870c587a942495d91cd55b227 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Wed, 30 Dec 2020 13:02:30 +0200 Subject: merge - fix --- Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h') diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h index 0f6fd9d5d..8c0133411 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h @@ -22,8 +22,12 @@ 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); +bool FileUploadGetState(void); + #endif /* COMMON_SWUPDATE_FILESYSTEM_H_ */ -- cgit v1.3.1