aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-27 13:26:50 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-27 13:26:50 +0200
commit250c81503a8a3eb804fab1a604fdac708b0b2ab8 (patch)
treeca663654c091effee3515662db08211a43467408 /Software/Embedded_SW/Embedded/Common/SWUpdate
parent88aef28cf492710f288c2abe2ddc147a7997ab5f (diff)
downloadTango-250c81503a8a3eb804fab1a604fdac708b0b2ab8.tar.gz
Tango-250c81503a8a3eb804fab1a604fdac708b0b2ab8.zip
bugs and logs
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c
index 2d39d25ec..078055920 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FirmwareUpgrade.c
@@ -89,6 +89,7 @@ uint32_t ActivateVersionCallBackFunction(uint32_t IfIndex, uint32_t BusyFlag)
if (Reboot == true)
{
LOG_ERROR(255,"Update successful, Rebooting in 5 seconds");
+ HeatersEnd();
Task_sleep (eOneSecond*5);
Power_Reset();
}