Browse Source

AC_PID: Change Private members to Protected so that AC_HELI_PID can access them.

master
Robert Lefebvre 11 years ago committed by Randy Mackay
parent
commit
ef7dc815cd
  1. 2
      libraries/AC_PID/AC_PID.h

2
libraries/AC_PID/AC_PID.h

@ -108,7 +108,7 @@ public: @@ -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…
Cancel
Save