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

This commit is contained in:
Robert Lefebvre 2014-05-02 17:17:32 -04:00 committed by Randy Mackay
parent 94e9bed9cf
commit ef7dc815cd

View File

@ -108,7 +108,7 @@ public:
static const struct AP_Param::GroupInfo var_info[];
private:
protected:
AP_Float _kp;
AP_Float _ki;
AP_Float _kd;