aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-15 09:38:23 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-01-15 09:38:23 +0200
commit5615cfe5029be4b6db306bdf76d6abc0e6cb96f8 (patch)
tree1e4ed4788af60f1e6827d0643586196c0021045f /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parent6a0ff2744f0f13a2070b53e9eff20ea9379ee350 (diff)
parent4c9319b4aa25287ab8660b1f667a06ff31fb7dc8 (diff)
downloadTango-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.h2
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_ */