aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
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)