diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-02 14:48:02 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-02-02 14:48:02 +0200 |
| commit | f3ddfa5b125874db0a3ea45cca8930fc9b674894 (patch) | |
| tree | 69545bc834425043a58c5d3929388b1c4dc3d1d3 /Software/Embedded_SW/Embedded/Common/SWUpdate | |
| parent | e85cef461f9df5cd23aab2044e97dd89bbcd9627 (diff) | |
| download | Tango-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.c | 2 |
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: |
