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 {
|
struct AuxFuncTrigger {
|
||||||
AUX_FUNC func;
|
AUX_FUNC func;
|
||||||
AuxSwitchPos pos;
|
AuxSwitchPos pos;
|
||||||
|
// @LoggerEnum: AuxFuncTrigger::Source
|
||||||
enum class Source : uint8_t {
|
enum class Source : uint8_t {
|
||||||
INIT,
|
INIT,
|
||||||
RC,
|
RC,
|
||||||
|
|
Loading…
Reference in New Issue