RC_Channel: use `@LoggerEnum` to give name for three level source enum

This commit is contained in:
Iampete1 2024-12-20 23:10:27 +00:00
parent 10491702b5
commit 02a83c37b9
1 changed files with 1 additions and 0 deletions

View File

@ -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,