Move loopRate to time.ino

This commit is contained in:
Oleg Kalachev
2025-01-10 07:15:15 +03:00
parent f9e1802bc0
commit 5530ad2981
4 changed files with 3 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
float t = NAN;
float dt;
float loopRate;
float motors[4];
int16_t channels[16]; // raw rc channels
float controls[RC_CHANNELS];