diff options
| author | Avi Levkovich <avi@twine-s.com> | 2020-04-20 12:16:52 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2020-04-20 12:16:52 +0300 |
| commit | 2329d74633a5bea481be18cd7cc6a097664516c4 (patch) | |
| tree | 51e0af65a395cff23e5d29db7dfebcccfaee722b /Software/Embedded_SW/Embedded/Common/SWUpdate | |
| parent | 1fecb64df4966a973a8fbf30f3c94c7d73e37a54 (diff) | |
| parent | aefd606fa2f42785aa1291dde2eccd8d904458d7 (diff) | |
| download | Tango-2329d74633a5bea481be18cd7cc6a097664516c4.tar.gz Tango-2329d74633a5bea481be18cd7cc6a097664516c4.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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 ece8309a6..7f57083fc 100644 --- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c +++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c @@ -57,7 +57,7 @@ uint32_t ActivateVersionCallBackFunction(uint32_t IfIndex, uint32_t BusyFlag) MessageContainer responseContainer; bool last = true; - usnprintf(activateString, 1000, "file %d of %d bytes %d of %d",CurrentRunningFile,NumberOfFiles,vme_index,CurrentFileSize); + usnprintf(activateString, 1000, "file %d of %d bytes %d of %d",CurrentRunningFile+1,NumberOfFiles,vme_index,CurrentFileSize); Report(activateString,__FILE__,__LINE__,(int)CurrentRunningFile,RpWarning,CurrentFileSize,0); |
