aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-08-20 13:15:24 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-08-20 13:15:24 +0300
commit884fce5075ca6a53cb5687feb0b01c6db0802f06 (patch)
treec0956a86b9b5d5e7bab0e8ba26bed48eaf37c7b3 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parentd504f798262a756da1827de43f4a0f3b618f83c5 (diff)
parent8f51b67dab5a5ed5aeaf5e1a63227a50a1e88e31 (diff)
downloadTango-884fce5075ca6a53cb5687feb0b01c6db0802f06.tar.gz
Tango-884fce5075ca6a53cb5687feb0b01c6db0802f06.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;