1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-20 14:55:09 +03:00

Rename serial2 to aux_serial

This commit is contained in:
Bertrand Songis 2019-06-04 16:57:35 +02:00
parent 0dbbfa1670
commit c9581630ff
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
30 changed files with 98 additions and 94 deletions

View file

@ -686,7 +686,7 @@ bool isRfProtocolAvailable(int protocol)
bool isTelemetryProtocolAvailable(int protocol)
{
#if defined(PCBTARANIS)
if (protocol == PROTOCOL_TELEMETRY_FRSKY_D_SECONDARY && g_eeGeneral.serial2Mode != UART_MODE_TELEMETRY) {
if (protocol == PROTOCOL_TELEMETRY_FRSKY_D_SECONDARY && g_eeGeneral.auxSerialMode != UART_MODE_TELEMETRY) {
return false;
}
#endif