Skip to content

Commit f9fe43a

Browse files
committed
Merge branch 'syncadv_test'
2 parents 3c84ef1 + b04d64d commit f9fe43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pwmgeneration-foc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void PwmGeneration::PwmInit()
214214
dController.SetCallingFrequency(pwmfrq);
215215
dController.SetMinMaxY(-maxVd, maxVd);
216216
excController.SetCallingFrequency(pwmfrq);
217-
excController.SetMinMaxY(0, 2048);
217+
excController.SetMinMaxY(0, 2548);
218218

219219
if (opmode == MOD_ACHEAT)
220220
AcHeatTimerSetup();

0 commit comments

Comments
 (0)