Minor changes and cleanups

This commit is contained in:
Oleg Kalachev
2023-12-19 05:25:57 +03:00
parent 77dd02dbeb
commit fde9c1cf36
4 changed files with 9 additions and 14 deletions

View File

@@ -79,7 +79,6 @@ void interpretRC()
}
armed = controls[RC_CHANNEL_THROTTLE] >= 0.05 && controls[RC_CHANNEL_AUX] >= 0.5;
thrustTarget = controls[RC_CHANNEL_THROTTLE];
if (mode == ACRO) {