aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-02-02 14:48:02 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-02-02 14:48:02 +0200
commitf3ddfa5b125874db0a3ea45cca8930fc9b674894 (patch)
tree69545bc834425043a58c5d3929388b1c4dc3d1d3 /Software/Embedded_SW/Embedded/Common/SWUpdate
parente85cef461f9df5cd23aab2044e97dd89bbcd9627 (diff)
downloadTango-f3ddfa5b125874db0a3ea45cca8930fc9b674894.tar.gz
Tango-f3ddfa5b125874db0a3ea45cca8930fc9b674894.zip
fix parameter
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c
index e31eda646..158948dd4 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c
@@ -158,7 +158,7 @@ uint32_t ActivateVersionRequestFunc(MessageContainer* requestContainer)
usnprintf(FullPath, 50, "%s%s%s", request->path,"/", VersionPackage->filedescriptors[File_i]->filename);
Fresult = f_unlink("//SYSINFO//EMBPARAM.CFG");
Fresult |= f_rename (FullPath, "//SYSINFO//EMBPARAM.CFG");
- LoadConfigurationParamsFromFile();
+ LoadConfigurationParamsFromFile(true);
CurrentRunningFile++;
break;
case VERSION_FILE_DESTINATION__ProcessParams: