vmount: _get_aux_value needs to be re-used

This commit is contained in:
Julian Oes
2017-04-10 19:52:11 +02:00
committed by Beat Küng
parent c33e46167c
commit 702922e677

View File

@@ -77,9 +77,9 @@ protected:
int _get_subscription_fd() const { return _manual_control_setpoint_sub; }
private:
float _get_aux_value(const manual_control_setpoint_s &manual_control_setpoint, int channel_idx);
private:
int _aux_channels[3];
int _manual_control_setpoint_sub = -1;