commenting

This commit is contained in:
sander 2016-06-10 01:50:23 +02:00 committed by Roman
parent 9d59ba125d
commit f2e425b75b

View File

@ -729,7 +729,7 @@ Navigator::get_cruising_speed()
float
Navigator::get_cruising_throttle()
{
/* Return the mission-requested cruise speed, or -1 */
/* Return the mission-requested cruise speed, or default FW_THR_CRUISE value */
if (_mission_throttle > 0.0f) {
return _mission_throttle;
} else {