comment ouy unused function

This commit is contained in:
Thefeli73 2021-04-17 12:53:46 +02:00
parent 6784a07372
commit 6f7ba57f82

View File

@ -110,7 +110,6 @@ void loop() {
if (m - lastCorrectionTime >= fastTimer) { //run this code ever 80ms (12.5hz) if (m - lastCorrectionTime >= fastTimer) { //run this code ever 80ms (12.5hz)
lastCorrectionTime = m; lastCorrectionTime = m;
// lqr();
getSpeed(); getSpeed();
setSpeed(); setSpeed();
} }