aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-07-28 13:24:28 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-07-28 13:24:28 +0300
commit230ea9b597a2932f5d16572d94ee14c862d5b419 (patch)
tree7e260db879dd815f5350e11a4a85ca04514237b7 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parent16cc209e80498a0b39c1ad57d4f36be906cbb313 (diff)
parent30759321e22e22363eda9387e178b4d48b7d9088 (diff)
downloadTango-230ea9b597a2932f5d16572d94ee14c862d5b419.tar.gz
Tango-230ea9b597a2932f5d16572d94ee14c862d5b419.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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
index 605b4a475..0f6fd9d5d 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
@@ -22,7 +22,7 @@ uint32_t GetFilesRequestFunc(MessageContainer* requestContainer);
uint32_t FileDownloadRequestFunc(MessageContainer* requestContainer);
uint32_t FileChunkDownloadRequestFunc(MessageContainer* requestContainer);
-FRESULT FileWrite(void * buffer, uint16_t size,char *path);
+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);