aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-01-14 18:52:44 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-01-14 18:52:44 +0200
commit4c9319b4aa25287ab8660b1f667a06ff31fb7dc8 (patch)
treef3cbc603d2551357715798047223a285dd4a3c7e /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h
parent2b1c55a4e7ba10ecd57f4b4761397a0204dd5b81 (diff)
downloadTango-4c9319b4aa25287ab8660b1f667a06ff31fb7dc8.tar.gz
Tango-4c9319b4aa25287ab8660b1f667a06ff31fb7dc8.zip
Version 1.4.6.4: fix diagnostics, alarm handling data loading, fix heaters - new head is working. new TPF files for new head
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_ */