Browse Source

RC_Channel: update_aux_servo_function made public

master
Randy Mackay 10 years ago
parent
commit
03a336d496
  1. 4
      libraries/RC_Channel/RC_Channel_aux.h

4
libraries/RC_Channel/RC_Channel_aux.h

@ -128,10 +128,12 @@ public: @@ -128,10 +128,12 @@ public:
// return the current function for a channel
static Aux_servo_function_t channel_function(uint8_t channel);
// refresh aux servo to function mapping
static void update_aux_servo_function(void);
private:
static uint32_t _function_mask;
static RC_Channel_aux *_aux_channels[RC_AUX_MAX_CHANNELS];
static void update_aux_servo_function(void);
};
#endif /* RC_CHANNEL_AUX_H_ */

Loading…
Cancel
Save