mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AC_AttControl: lean_angle_max accessor fn const
This commit is contained in:
parent
ff1a58e078
commit
71fae1e6f2
@ -142,7 +142,7 @@ public:
|
|||||||
//
|
//
|
||||||
|
|
||||||
// lean_angle_max - maximum lean angle of the copter in centi-degrees
|
// lean_angle_max - maximum lean angle of the copter in centi-degrees
|
||||||
int16_t lean_angle_max() { return _aparm.angle_max; }
|
int16_t lean_angle_max() const { return _aparm.angle_max; }
|
||||||
|
|
||||||
// user settable parameters
|
// user settable parameters
|
||||||
static const struct AP_Param::GroupInfo var_info[];
|
static const struct AP_Param::GroupInfo var_info[];
|
||||||
|
Loading…
Reference in New Issue
Block a user