RC_Channel: update_aux_servo_function made public
This commit is contained in:
parent
5b34fa4f6a
commit
03a336d496
@ -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…
Reference in New Issue
Block a user