This commit is contained in:
rusefillc 2023-07-04 10:19:33 -04:00
parent 8f517c22e8
commit cac95341d7
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void setTpsDecelMult(float value) {
void setTpsAccelLen(int length) {
if (length < 1) {
efiPrintf("setTpsAccelLen: Length should be positive");
efiPrintf("setTpsAccelLen: Length should be positive [%d]", length);
return;
}
engine->tpsAccelEnrichment.setLength(length);