Skip to content

Commit 47342db

Browse files
IamPete1peterbarker
authored andcommitted
Plane: remove unused ChannelMixing enum
1 parent ce0babc commit 47342db

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: ArduPlane/defines.h

-12
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ enum class RtlAutoland {
6464
};
6565

6666

67-
enum ChannelMixing {
68-
MIXING_DISABLED = 0,
69-
MIXING_UPUP = 1,
70-
MIXING_UPDN = 2,
71-
MIXING_DNUP = 3,
72-
MIXING_DNDN = 4,
73-
MIXING_UPUP_SWP = 5,
74-
MIXING_UPDN_SWP = 6,
75-
MIXING_DNUP_SWP = 7,
76-
MIXING_DNDN_SWP = 8,
77-
};
78-
7967
// PID broadcast bitmask
8068
enum tuning_pid_bits {
8169
TUNING_BITS_ROLL = (1 << 0),

0 commit comments

Comments
 (0)