@@ -397,7 +397,7 @@ void Lidian2_XinSiWeiLimitThrottleSpd(UBYTE throttleGear, UWORD speedPWM)
ass_CurLimCoef.ulBikeSpdDeltInv = (1 << 20) / (ass_CurLimCoef.uwBikeSpdThresHold2 - ass_CurLimCoef.uwBikeSpdThresHold1);
//转把有分档和不分档
- if(throttleGear == 1)
+ if(throttleGear == 0)
{
speedPWM = 255;
}