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;