From 3d2b71747a9b90c6adaa2a22146c3c6165fcd0fb Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 24 Aug 2022 18:52:33 -0400 Subject: [PATCH] typo --- firmware/config/engines/vw_b6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)