aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2019-08-20 14:54:08 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2019-08-20 14:54:08 +0300
commit37ac8fbec05d6980e94cb682d42edbd3ef6aa15e (patch)
tree052732264349ff6c40bdafc83163be71cca8b572 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent53d2c81ebf6a98b4a0c46559abd6a636a4517314 (diff)
parent884fce5075ca6a53cb5687feb0b01c6db0802f06 (diff)
downloadTango-37ac8fbec05d6980e94cb682d42edbd3ef6aa15e.tar.gz
Tango-37ac8fbec05d6980e94cb682d42edbd3ef6aa15e.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_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;