mirror of https://github.com/ArduPilot/ardupilot
AC_PosControl: comment fix to set_alt_max method
No functional change
This commit is contained in:
parent
e185bab775
commit
ec7c1ab0b0
|
@ -77,7 +77,7 @@ public:
|
||||||
/// z position controller
|
/// z position controller
|
||||||
///
|
///
|
||||||
|
|
||||||
/// set_alt_max - sets maximum altitude above home in cm
|
/// set_alt_max - sets maximum altitude above the ekf origin in cm
|
||||||
/// only enforced when set_alt_target_from_climb_rate is used
|
/// only enforced when set_alt_target_from_climb_rate is used
|
||||||
/// set to zero to disable limit
|
/// set to zero to disable limit
|
||||||
void set_alt_max(float alt) { _alt_max = alt; }
|
void set_alt_max(float alt) { _alt_max = alt; }
|
||||||
|
|
Loading…
Reference in New Issue