mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Enable MSP on first non USB VCP serial port for all VCP targets by
default. This also helps with 1WIRE passthough as VCP to 1WIRE is not implemented yet.
This commit is contained in:
parent
67e425f416
commit
ea0df5d1a1
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ void resetSerialConfig(serialConfig_t *serialConfig)
|
|||
|
||||
serialConfig->portConfigs[0].functionMask = FUNCTION_MSP;
|
||||
|
||||
#if defined(CC3D) || defined(SPRACINGF3MINI)
|
||||
#if defined(USE_VCP)
|
||||
// This allows MSP connection via USART & VCP so the board can be reconfigured.
|
||||
serialConfig->portConfigs[1].functionMask = FUNCTION_MSP;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue