1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Correct RX_Serial port and spektrum_sat_bind

This commit is contained in:
cmenard 2016-01-26 19:06:22 -05:00 committed by borisbstyle
parent 3433dc74b6
commit b1476c05f8
2 changed files with 5 additions and 5 deletions

View file

@ -888,7 +888,7 @@ void validateAndFixConfig(void)
}
#endif
#if defined(COLIBRI_RACE) || defined(LUX_RACE)
#if defined(COLIBRI_RACE)
masterConfig.serialConfig.portConfigs[0].functionMask = FUNCTION_MSP;
if(featureConfigured(FEATURE_RX_PARALLEL_PWM) || featureConfigured(FEATURE_RX_MSP)) {
featureClear(FEATURE_RX_PARALLEL_PWM);