ECU check 함수 오타 수정

This commit is contained in:
3minbe 2025-08-20 18:33:08 +09:00
parent 9733a58eb1
commit 2e8a9a3b14
4 changed files with 10411 additions and 10409 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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;