mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
Compile fix
This commit is contained in:
parent
6e84afe436
commit
e6349ab682
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void processFrskyPXX2Data(uint8_t data)
|
|||
createFrSkyPXX2Sensor(BATT_ID, telemetryRxBuffer[2] & 0x7f);
|
||||
}
|
||||
if((telemetryRxBuffer[3] & 0x04) == 0) {
|
||||
createFrSkyPXX2Sensor(R9_PWR_ID, (telemetryRxBuffer[3] & 0x03);
|
||||
createFrSkyPXX2Sensor(R9_PWR_ID, (telemetryRxBuffer[3] & 0x03));
|
||||
}
|
||||
sportProcessTelemetryPacketWithoutCrc(telemetryRxBuffer + 6 /* LEN, TYPE, RSSI/BAT, TP/SS/FW_T, FW_VER, Data ID */);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue