Rename param to throttle

This commit is contained in:
sander
2016-06-21 21:22:36 +02:00
committed by Roman
parent 3002852bfa
commit bbf852787e
+1 -1
View File
@@ -189,7 +189,7 @@ public:
/** /**
* Set the target throttle * Set the target throttle
*/ */
void set_cruising_throttle(float percent=-1.0f) { _mission_throttle = percent; } void set_cruising_throttle(float throttle=-1.0f) { _mission_throttle = throttle; }
/** /**
* Get the acceptance radius given the mission item preset radius * Get the acceptance radius given the mission item preset radius