From 4c9319b4aa25287ab8660b1f667a06ff31fb7dc8 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Tue, 14 Jan 2020 18:52:44 +0200 Subject: Version 1.4.6.4: fix diagnostics, alarm handling data loading, fix heaters - new head is working. new TPF files for new head --- Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.h | 2 ++ 1 file changed, 2 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 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_ */ -- cgit v1.3.1