mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
RC_Channel: make string_for_aux public
This commit is contained in:
parent
0f597e0919
commit
7ea78791c2
@ -234,6 +234,10 @@ public:
|
||||
|
||||
virtual void do_aux_function(aux_func_t ch_option, AuxSwitchPos);
|
||||
|
||||
#if !HAL_MINIMIZE_FEATURES
|
||||
const char *string_for_aux_function(AUX_FUNC function) const;
|
||||
#endif
|
||||
|
||||
protected:
|
||||
|
||||
virtual void init_aux_function(aux_func_t ch_option, AuxSwitchPos);
|
||||
@ -312,7 +316,6 @@ private:
|
||||
};
|
||||
|
||||
static const LookupTable lookuptable[];
|
||||
const char *string_for_aux_function(AUX_FUNC function) const;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user