Skip to content

Commit

Permalink
Plane: remove unused ChannelMixing enum
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Nov 10, 2024
1 parent 81a30e8 commit ba76b6f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ArduPlane/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@ enum class RtlAutoland {
};


enum ChannelMixing {
MIXING_DISABLED = 0,
MIXING_UPUP = 1,
MIXING_UPDN = 2,
MIXING_DNUP = 3,
MIXING_DNDN = 4,
MIXING_UPUP_SWP = 5,
MIXING_UPDN_SWP = 6,
MIXING_DNUP_SWP = 7,
MIXING_DNDN_SWP = 8,
};

// PID broadcast bitmask
enum tuning_pid_bits {
TUNING_BITS_ROLL = (1 << 0),
Expand Down

0 comments on commit ba76b6f

Please sign in to comment.