|
@@ -1078,7 +1078,10 @@ void Can_GearSt_switch(void)
|
|
|
if (cp_stBikeRunInfoPara.uwBikeGear != cp_stBikeRunInfoPara.uwBikeGearLast)
|
|
|
{
|
|
|
cp_stBikeRunInfoPara.blGearStUpdate = TRUE;
|
|
|
- scm_voLimit_Power(cp_stBikeRunInfoPara.uwBikeGear, ass_uwPwrCurLim, ass_stCalCoef.ucMaxCurrentGain);//功率限制
|
|
|
+ if(MC_WorkMode != 1)
|
|
|
+ {
|
|
|
+ scm_voLimit_Power(cp_stBikeRunInfoPara.uwBikeGear, ass_uwPwrCurLim, ass_stCalCoef.ucMaxCurrentGain);//功率限制
|
|
|
+ }
|
|
|
}
|
|
|
else
|
|
|
{
|