Skip to content

Commit 1db7c11

Browse files
authored
Reduce required motors for MIXER_CUSTOM_AIRPLANE (betaflight#14257)
Update CUSTOM_AIRPLANE mixer to require one motor
1 parent b6cfe2e commit 1db7c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/flight/mixer_init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const mixer_t mixers[] = {
268268
{ 1, true, NULL }, // MIXER_SINGLECOPTER
269269
{ 4, false, mixerAtail4 }, // MIXER_ATAIL4
270270
{ 0, false, NULL }, // MIXER_CUSTOM
271-
{ 2, true, NULL }, // MIXER_CUSTOM_AIRPLANE
271+
{ 1, true, NULL }, // MIXER_CUSTOM_AIRPLANE
272272
{ 3, true, NULL }, // MIXER_CUSTOM_TRI
273273
{ 4, false, mixerQuadX1234 }, // MIXER_QUADX_1234
274274
{ 8, false, mixerOctoX8P }, // MIXER_OCTOX8P

0 commit comments

Comments
 (0)