From 8855c84cfc2f52bbb9a843ab53ec0726f4f29e97 Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Wed, 14 Apr 2021 01:56:26 +0200 Subject: [PATCH] remove old var --- EENX15_LQR/EENX15_LQR.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/EENX15_LQR/EENX15_LQR.ino b/EENX15_LQR/EENX15_LQR.ino index 30bf8cf..223c717 100644 --- a/EENX15_LQR/EENX15_LQR.ino +++ b/EENX15_LQR/EENX15_LQR.ino @@ -4,8 +4,6 @@ int lastCorrectionTime = 0; int lastPrintTime = 0; -//temporary variable to measure main loops -int temp_loops; //lqr stuff const uint8_t statesNumber = 4;