RC_Channel: update_aux_servo_function made public

This commit is contained in:
Randy Mackay 2015-06-10 14:59:46 +09:00
parent 5b34fa4f6a
commit 03a336d496

View File

@ -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_ */