AC_PID: Change Private members to Protected so that AC_HELI_PID can access them.
This commit is contained in:
parent
94e9bed9cf
commit
ef7dc815cd
@ -108,7 +108,7 @@ public:
|
||||
|
||||
static const struct AP_Param::GroupInfo var_info[];
|
||||
|
||||
private:
|
||||
protected:
|
||||
AP_Float _kp;
|
||||
AP_Float _ki;
|
||||
AP_Float _kd;
|
||||
|
Loading…
Reference in New Issue
Block a user