Appease code checker, again

master
marko 2020-09-09 11:20:38 -04:00
parent 8b84023f1d
commit abb93b9820
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class CSCSensor {
this.speed = this.lastSpeed; this.speed = this.lastSpeed;
if (dRevs>0 && dT>0) { if (dRevs>0 && dT>0) {
this.speed = (dRevs*this.wheelDia*Math.PI/63360.0)*3600/dT; this.speed = (dRevs*this.wheelDia*Math.PI/63360.0)*3600/dT;
this.speedFailed = 0; this.speedFailed = 0;
this.movingTime += dBT; this.movingTime += dBT;
} }
else { else {