1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Removed VCP default to using second serial (UART1 in most cases) to MSP

This commit is contained in:
blckmn 2017-01-11 12:24:34 +11:00
parent 979ecd3fa8
commit ccc7292b6c

View file

@ -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)