mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
ECU check 함수 오타 수정
This commit is contained in:
parent
9733a58eb1
commit
2e8a9a3b14
Binary file not shown.
File diff suppressed because it is too large
Load Diff
17794
GW/Debug_FLASH/GW.srec
17794
GW/Debug_FLASH/GW.srec
File diff suppressed because it is too large
Load Diff
@ -87,7 +87,7 @@ void ECU_check(void)
|
|||||||
else GV_VCU_RC_ACU_Fault_Flag = 0;
|
else GV_VCU_RC_ACU_Fault_Flag = 0;
|
||||||
|
|
||||||
if(GV_RC_VCU_MCU_Actuator_Fault_Flag == 1 && GV_Act_Fault_Exist) GV_VCU_RC_MCU_Actuator_Fault_Flag = 1;
|
if(GV_RC_VCU_MCU_Actuator_Fault_Flag == 1 && GV_Act_Fault_Exist) GV_VCU_RC_MCU_Actuator_Fault_Flag = 1;
|
||||||
else GV_VCU_RC_MCU_Actuator_Fault_Flag = 1;
|
else GV_VCU_RC_MCU_Actuator_Fault_Flag = 0;
|
||||||
|
|
||||||
if(GV_RC_VCU_RWA_Actuator_Fault_Flag == 1 && GV_Act_Fault_Exist) GV_VCU_RC_RWA_Actuator_Fault_Flag = 1;
|
if(GV_RC_VCU_RWA_Actuator_Fault_Flag == 1 && GV_Act_Fault_Exist) GV_VCU_RC_RWA_Actuator_Fault_Flag = 1;
|
||||||
else GV_VCU_RC_RWA_Actuator_Fault_Flag = 0;
|
else GV_VCU_RC_RWA_Actuator_Fault_Flag = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user