From 5cd9897dc2d3374d3b9941e2c959ef01aef029d6 Mon Sep 17 00:00:00 2001 From: Avi Levkovich Date: Thu, 31 Jan 2019 12:14:31 +0200 Subject: Add new functions: bool Check_Disp_Sfaty_Stop_Indication(uint8_t Dispenser_ID)//0..7 bool Emergency_Push_Button_Report() --- Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c') diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c index bba8a61be..dc9bac054 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c @@ -644,7 +644,7 @@ FRESULT FileRead(char *path, uint32_t *Size, void **Buffer) FILINFO* fno = 0; void* buffer = NULL; uint32_t Bytes = 0; - uint32_t status = 0; + //uint32_t status = 0; fno = my_malloc(sizeof(FILINFO)); if (fno == 0) -- cgit v1.3.1