aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW
diff options
context:
space:
mode:
authorShai Frieder <Shai.Frieder@twine-s.com>2019-04-04 12:07:57 +0300
committerShai Frieder <Shai.Frieder@twine-s.com>2019-04-04 12:07:57 +0300
commitfd1d4b77b1f34420b12ea45dabc2897c1d9ee918 (patch)
treecf4093cf8f6022a8609cc9480d0dcef439ee71e3 /Software/Embedded_SW
parentf8d55f66e02570312a157cc9d6d3cadb1228bf20 (diff)
parent627eb2d350bccad525bca9e7cbbe5a89ff93b46f (diff)
downloadTango-fd1d4b77b1f34420b12ea45dabc2897c1d9ee918.tar.gz
Tango-fd1d4b77b1f34420b12ea45dabc2897c1d9ee918.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Embedded_SW')
-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");