Skip to content

Commit

Permalink
RC_Channel: use @LoggerEnum to give name for three level source enum
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Dec 20, 2024
1 parent 1049170 commit 02a83c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/RC_Channel/RC_Channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ class RC_Channel {
struct AuxFuncTrigger {
AUX_FUNC func;
AuxSwitchPos pos;
// @LoggerEnum: AuxFuncTrigger::Source
enum class Source : uint8_t {
INIT,
RC,
Expand Down

0 comments on commit 02a83c3

Please sign in to comment.