aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/StateMachines
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2020-11-26 17:10:36 +0200
committerShlomo Hecht <shlomo@twine-s.com>2020-11-26 17:10:36 +0200
commit36509bce0c02233b16dcdb39de450bcb30fdc1fc (patch)
treed195373257b23082a0c24e2e69c64d252fb3edab /Software/Embedded_SW/Embedded/StateMachines
parentebe229368ce63bf5a2522fb9b6b3dd248daedc9f (diff)
downloadTango-36509bce0c02233b16dcdb39de450bcb30fdc1fc.tar.gz
Tango-36509bce0c02233b16dcdb39de450bcb30fdc1fc.zip
shinko to a separate task. test heaters prepare process. NOT TESTED
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
-rw-r--r--Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c
index 565c590f6..802ce81cc 100644
--- a/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c
+++ b/Software/Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c
@@ -120,10 +120,10 @@ uint32_t InitSequenceCallBackFunction(uint32_t IfIndex, uint32_t BusyFlag)
if (InitFailures > REPEATED_INIT_FAILURE_LIMIT)
{
Report("HWConfigurationInit repeated failure",__FILE__,__LINE__,(int)InitFailures,RpWarning,(int)EEPROM_INIT_FAILURE_COUNTER,0);
- SetMachineState(MACHINE_STATE_HW_CONFIG_FAILED);
+ /*SetMachineState(MACHINE_STATE_HW_CONFIG_FAILED);
AlarmHandlingSetAlarm (EVENT_TYPE__MACHINE_STATE_HW_CONFIG_FAILED,ON);
SetMachineStatus(MACHINE_STATE__Error);
- return ERROR;
+ return ERROR;*/
}
status = (MACHINE_STATE_STAGES_ENUM)HWConfigurationInit();
if (status == OK)