aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-04-04 11:57:29 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-04-04 11:57:29 +0300
commit627eb2d350bccad525bca9e7cbbe5a89ff93b46f (patch)
tree1d27908e9ff240f48bb362b864549bb6af9064d3 /Software/Embedded_SW/Embedded
parent30ebe0cb5b35ddbb7ce61b9e845c935e3fd8667a (diff)
downloadTango-627eb2d350bccad525bca9e7cbbe5a89ff93b46f.tar.gz
Tango-627eb2d350bccad525bca9e7cbbe5a89ff93b46f.zip
using the progress stub to call for power off
Diffstat (limited to 'Software/Embedded_SW/Embedded')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c
index 7d42ad8f5..22b30748f 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c
@@ -75,7 +75,7 @@ uint32_t PowerIdleCallBackFunction(uint32_t IfIndex, uint32_t BusyFlag)
{
Report("PowerIdle Idle activated ",__FILE__,__LINE__,(int)powerIdleSecondsLimit,RpWarning,(int)powerIdleSecondsCounter,0);
powerIdleState = true;
- SetPowerMachineState(sttIDLE);
+ //SetPowerMachineState(sttIDLE);
//move to idle state
PowerIdleSetIdle();
}
@@ -103,7 +103,7 @@ void PowerIdleOutOfIdleState(void)
if (powerIdleState == true)
{
powerIdleState = false;
- SetPowerMachineState(sttON);
+ //SetPowerMachineState(sttON);
if (HandleProcessParameters(&ActiveProcessParameters)!= OK)
{
LOG_ERROR (1, "Turn Heaters active failed");