Move controlsTime variable to rc.ino

This commit is contained in:
Oleg Kalachev
2025-01-11 00:28:31 +03:00
parent 7bf5ee330b
commit 9e4a2c5ffc
5 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
#define MAVLINK_CONTROL_SCALE 0.7f
#define MAVLINK_CONTROL_YAW_DEAD_ZONE 0.1f
extern float controlsTime;
extern int rollChannel, pitchChannel, throttleChannel, yawChannel, armedChannel, modeChannel;
void processMavlink() {