Allow inflight updates of cruise throttle during missions

This commit is contained in:
Sander Smeets 2017-04-21 13:25:31 +02:00 committed by Lorenz Meier
parent 21de5bbc39
commit 0106840b87
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ Navigator::get_cruising_throttle()
return _mission_throttle;
} else {
return _param_cruising_throttle_plane.get();
return -1.0f;
}
}