aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2020-04-20 12:16:52 +0300
committerAvi Levkovich <avi@twine-s.com>2020-04-20 12:16:52 +0300
commit2329d74633a5bea481be18cd7cc6a097664516c4 (patch)
tree51e0af65a395cff23e5d29db7dfebcccfaee722b /Software/Embedded_SW/Embedded/Common/SWUpdate
parent1fecb64df4966a973a8fbf30f3c94c7d73e37a54 (diff)
parentaefd606fa2f42785aa1291dde2eccd8d904458d7 (diff)
downloadTango-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.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 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);