mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Allow smartport to be configured. Fix shared port flag calculation.
This commit is contained in:
parent
0f8d231aad
commit
668c9c0457
4 changed files with 31 additions and 26 deletions
|
@ -61,7 +61,8 @@ const serialPortFunctionScenario_e serialPortScenarios[SERIAL_PORT_SCENARIO_COUN
|
|||
SCENARIO_MSP_CLI_GPS_PASTHROUGH,
|
||||
SCENARIO_CLI_ONLY,
|
||||
SCENARIO_GPS_PASSTHROUGH_ONLY,
|
||||
SCENARIO_MSP_ONLY
|
||||
SCENARIO_MSP_ONLY,
|
||||
SCENARIO_SMARTPORT_TELEMETRY_ONLY
|
||||
};
|
||||
|
||||
static serialConfig_t *serialConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue