mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 13:25:30 +03:00
fix FY90Q build.
This commit is contained in:
parent
a7e4c859bd
commit
8bda006d97
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void initTelemetry(serialPorts_t *serialPorts)
|
||||||
#ifdef FY90Q
|
#ifdef FY90Q
|
||||||
// FY90Q does not support softserial
|
// FY90Q does not support softserial
|
||||||
mcfg.telemetry_port = TELEMETRY_PORT_UART;
|
mcfg.telemetry_port = TELEMETRY_PORT_UART;
|
||||||
serialPorts->telemport = serialPorts.mainport;
|
serialPorts->telemport = serialPorts->mainport;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
isTelemetryConfigurationValid = canUseTelemetryWithCurrentConfiguration();
|
isTelemetryConfigurationValid = canUseTelemetryWithCurrentConfiguration();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue