diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-18 13:58:18 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-08-18 13:58:18 +0300 |
| commit | 1859ac4ad53f0f5a55a66b634ddec870e164f580 (patch) | |
| tree | c95363e3f1d054df8ac439c8304208cd5a025f4b /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | |
| parent | c045fa57aa485f3b591be57f709a08b6566030af (diff) | |
| download | Tango-1859ac4ad53f0f5a55a66b634ddec870e164f580.tar.gz Tango-1859ac4ad53f0f5a55a66b634ddec870e164f580.zip | |
Version 1.4.3.85 diagnstics levels set in config params. machine status.
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
| -rw-r--r-- | Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c | 4 |
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; |
