This commit is contained in:
andreika-git 2023-11-10 20:21:23 +02:00 committed by rusefillc
parent 7d87aeaa5b
commit 06414cc595
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ static percent_t currentAltDuty;
static bool shouldResetPid = false;
void AlternatorController::AlternatorController() {
AlternatorController::AlternatorController() {
alternatorPid.initPidClass(&engineConfiguration->alternatorControl);
}