From abb93b9820fab9adcec9415d2d89aa861a0d9f65 Mon Sep 17 00:00:00 2001 From: marko Date: Wed, 9 Sep 2020 11:20:38 -0400 Subject: [PATCH] Appease code checker, again --- apps/cscsensor/cscsensor.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cscsensor/cscsensor.app.js b/apps/cscsensor/cscsensor.app.js index 87ebe6230..b8e4e107e 100644 --- a/apps/cscsensor/cscsensor.app.js +++ b/apps/cscsensor/cscsensor.app.js @@ -64,7 +64,7 @@ class CSCSensor { this.speed = this.lastSpeed; if (dRevs>0 && dT>0) { this.speed = (dRevs*this.wheelDia*Math.PI/63360.0)*3600/dT; - this.speedFailed = 0; + this.speedFailed = 0; this.movingTime += dBT; } else {