Обновление платы на V2
This commit is contained in:
parent
d91c941c4a
commit
a9649fcc12
|
|
@ -78,7 +78,7 @@ static void Mma_InitSubSystems(tMma *env) {
|
|||
|
||||
// Контроль напряжения борт-сети (1 - ВКЛ)
|
||||
GpioPinSet(&env->gpios->power.PBATT_CK_EN, true);
|
||||
|
||||
/*
|
||||
GpioPinSet(&env->gpios->power.BTS5180_2EKA_FrontRearIncarMotor.Incar_Motor_Front_EN, true);
|
||||
GpioPinSet(&env->gpios->power.BTS5180_2EKA_FrontRearIncarMotor.Incar_EN_Diag, true);
|
||||
GpioPinSet(&env->gpios->power.BTS5180_2EKA_FrontRearIncarMotor.Incar_Motor_Rear_EN, true);
|
||||
|
|
@ -110,7 +110,7 @@ static void Mma_InitSubSystems(tMma *env) {
|
|||
GpioPinSet(&env->gpios->power.BTS5120_2EKA_ShutoffValvePowerTXV.ShutOffTXV1_EN, true);
|
||||
GpioPinSet(&env->gpios->power.BTS5120_2EKA_ShutoffValvePowerTXV.ShutOffTXV_EN_Diag, true);
|
||||
GpioPinSet(&env->gpios->power.BTS5120_2EKA_ShutoffValvePowerTXV.ShutOffTXV2_EN, true);
|
||||
|
||||
*/
|
||||
|
||||
// Indication_Init(&env->Indication, HVAC_DEV_MODE_STARTUP);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue