diff --git a/firmware/config/engines/vw_b6.cpp b/firmware/config/engines/vw_b6.cpp index 67658a757c..bf6de692d0 100644 --- a/firmware/config/engines/vw_b6.cpp +++ b/firmware/config/engines/vw_b6.cpp @@ -218,7 +218,7 @@ function onTick() counter = (counter + 1) % 16 rpm = getSensor("RPM") or 0 - clt = = getSensor("CLT") or 0 + clt = getSensor("CLT") or 0 setTwoBytes(canMotor1, 2, 4 * rpm) txCan(1, MOTOR_1, 0, canMotor1)