aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-01-31 14:14:54 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-01-31 14:14:54 +0200
commitd53cf58d139b3682948f8fa82f3614ae86dbd18b (patch)
tree68c1b5101629da622ce438234d1e3d3b53cf6c9a /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentf11b4598d2d50ffa0836d208c4cd9ceb647ed2ae (diff)
parentab1666760ca315fd9ecaeb5642a9ad42b26b6e15 (diff)
downloadTango-d53cf58d139b3682948f8fa82f3614ae86dbd18b.tar.gz
Tango-d53cf58d139b3682948f8fa82f3614ae86dbd18b.zip
merge
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)