diff --git a/src/main/fc/fc_msp.c b/src/main/fc/fc_msp.c index 87493bc9da..849a60e306 100644 --- a/src/main/fc/fc_msp.c +++ b/src/main/fc/fc_msp.c @@ -342,7 +342,7 @@ void initActiveBoxIds(void) activeBoxIds[activeBoxIdCount++] = BOXFAILSAFE; } - if (mixerConfig()->mixerMode == MIXER_FLYING_WING || mixerConfig()->mixerMode == MIXER_AIRPLANE) { + if (mixerConfig()->mixerMode == MIXER_FLYING_WING || mixerConfig()->mixerMode == MIXER_AIRPLANE || mixerConfig()->mixerMode == MIXER_CUSTOM_AIRPLANE) { activeBoxIds[activeBoxIdCount++] = BOXPASSTHRU; }