From ccc7292b6c9800eb96fa86745128e11a53df0034 Mon Sep 17 00:00:00 2001 From: blckmn Date: Wed, 11 Jan 2017 12:24:34 +1100 Subject: [PATCH] Removed VCP default to using second serial (UART1 in most cases) to MSP --- src/main/fc/config.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/fc/config.c b/src/main/fc/config.c index a9a0352ddf..0a82618daf 100755 --- a/src/main/fc/config.c +++ b/src/main/fc/config.c @@ -452,10 +452,6 @@ void resetSerialConfig(serialConfig_t *serialConfig) } serialConfig->portConfigs[0].functionMask = FUNCTION_MSP; -#if defined(USE_VCP) - // This allows MSP connection via USART & VCP so the board can be reconfigured. - serialConfig->portConfigs[1].functionMask = FUNCTION_MSP; -#endif } void resetRcControlsConfig(rcControlsConfig_t *rcControlsConfig)