|
@@ -537,8 +537,9 @@ void PowerOff_Process(TrueOrFalse_Flag_Struct_t ReturnEnable)
|
|
|
static uint32_t PeriodTimeCnt = 0;
|
|
|
static uint8_t Count = 0;
|
|
|
|
|
|
- //关闭助力档位
|
|
|
+ //关闭助力档位,关闭车灯
|
|
|
MC_ControlCode.GearSt = MC_GearSt_OFF;
|
|
|
+ MC_ControlCode.LightSwitch = MC_LightSwitch_OFF;
|
|
|
Update_MC_ControlCode_Back();
|
|
|
|
|
|
#if 1 //存储到Flash,下次开机时从Flash取出转移到EEPROM
|