Speed reset when switching flight modes (#21414)

* speed reset between flight modes

* no whitespace
This commit is contained in:
Andrew Wilkins
2023-04-27 08:32:43 -07:00
committed by GitHub
parent bfc1e36f45
commit cdc717be53
5 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ void RTL::on_activation()
}
// reset cruising speed and throttle to default for RTL
_navigator->set_cruising_speed();
_navigator->reset_cruising_speed();
_navigator->set_cruising_throttle();
set_rtl_item();