aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2019-08-18 18:56:12 +0300
committerAvi Levkovich <avi@twine-s.com>2019-08-18 18:56:12 +0300
commit15620f78cff693ba3fcf8fd22ed1ece72213f814 (patch)
treef0cc66f0ec3e53c2a4abdecf0ebf683efca00d9c /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent9d7601027ecb9f9130a02e6745efbefc7f7f46e2 (diff)
parent1859ac4ad53f0f5a55a66b634ddec870e164f580 (diff)
downloadTango-15620f78cff693ba3fcf8fd22ed1ece72213f814.tar.gz
Tango-15620f78cff693ba3fcf8fd22ed1ece72213f814.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 48e29e54c..4396f6da1 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -547,10 +547,10 @@ uint32_t GetFilesRequestFunc(MessageContainer* requestContainer)
GetFilesResponse response = GET_FILES_RESPONSE__INIT;
- #define MAX_NUM_OF_FILES 10
+ #define MAX_NUM_OF_FILES 20
DIR dir;
FILINFO* fno[MAX_NUM_OF_FILES];
- char FullPath[MAX_NUM_OF_FILES][100];
+ char FullPath[MAX_NUM_OF_FILES][60];
int i,NumOfFiles = 0;
FRESULT Fresult = FR_OK;