diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-21 23:32:55 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-11-21 23:32:55 +0200 |
| commit | 1c5e8e3515f65a97a6385d34b2014d87be6dcc30 (patch) | |
| tree | 60ce8f6cf427938e9f1877cc6c47fed8ad2b14cf /Software/Embedded_SW/Embedded/StateMachines/Initialization | |
| parent | ff9195677a0bb9c31b7455f948f41a654010d3b1 (diff) | |
| download | Tango-1c5e8e3515f65a97a6385d34b2014d87be6dcc30.tar.gz Tango-1c5e8e3515f65a97a6385d34b2014d87be6dcc30.zip | |
arc alarms fix. some spike handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines/Initialization')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c index 3a0c94e27..b5ebdee17 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/PowerOffSequence.c @@ -275,9 +275,8 @@ uint32_t PowerOffHeatersOff(void) if (HandleProcessParameters(&ProcessParametersClear,false)!= OK) { LOG_ERROR (PowerOffMachineState, "Turn Off Heaters failed"); - //return ERROR; } - + HeadBlowersOff(1); PowerOffMachineState++; return OK; |
