aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-01-31 12:14:31 +0200
committerAvi Levkovich <avi@twine-s.com>2019-01-31 12:14:31 +0200
commit5cd9897dc2d3374d3b9941e2c959ef01aef029d6 (patch)
tree7c083078eb569b65e3836b7dcdfc45d88af657c8 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent6704280804a6d1cebd5ee13050ba18950cdb83ec (diff)
downloadTango-5cd9897dc2d3374d3b9941e2c959ef01aef029d6.tar.gz
Tango-5cd9897dc2d3374d3b9941e2c959ef01aef029d6.zip
Add new functions:
bool Check_Disp_Sfaty_Stop_Indication(uint8_t Dispenser_ID)//0..7 bool Emergency_Push_Button_Report()
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 1 insertions, 1 deletions
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)