1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

fix FY90Q build.

This commit is contained in:
Dominic Clifton 2014-04-19 01:07:23 +01:00
parent a7e4c859bd
commit 8bda006d97

View file

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