diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-07 14:45:02 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-04-07 14:45:02 +0300 |
| commit | ca1783b34587dfa03f3049d2d8cb0a47db30ad99 (patch) | |
| tree | fed4ca1987947b4664180f9fd4033a97df72a95c /Software/Embedded_SW | |
| parent | 3254beb8358745efc6988df3d52a24fcb858fcdd (diff) | |
| download | Tango-ca1783b34587dfa03f3049d2d8cb0a47db30ad99.tar.gz Tango-ca1783b34587dfa03f3049d2d8cb0a47db30ad99.zip | |
update buttons
Diffstat (limited to 'Software/Embedded_SW')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerIdle.c | 4 |
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 22b30748f..7d42ad8f5 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"); |
