From 36509bce0c02233b16dcdb39de450bcb30fdc1fc Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Thu, 26 Nov 2020 17:10:36 +0200 Subject: shinko to a separate task. test heaters prepare process. NOT TESTED --- .../Embedded_SW/Embedded/StateMachines/Initialization/InitSequence.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Embedded_SW/Embedded/StateMachines/Initialization') 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) -- cgit v1.3.1