mirror of https://github.com/ArduPilot/ardupilot
RC_Channel: use `@LoggerEnum` to give name for three level source enum
This commit is contained in:
parent
10491702b5
commit
02a83c37b9
|
@ -318,6 +318,7 @@ public:
|
|||
struct AuxFuncTrigger {
|
||||
AUX_FUNC func;
|
||||
AuxSwitchPos pos;
|
||||
// @LoggerEnum: AuxFuncTrigger::Source
|
||||
enum class Source : uint8_t {
|
||||
INIT,
|
||||
RC,
|
||||
|
|
Loading…
Reference in New Issue