mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fixed compile error when building simulator.
This commit is contained in:
parent
d165a22a54
commit
90a62b00f0
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ void telemetryInit(void)
|
||||||
telemetryPortInit(FRSKY_SPORT_BAUDRATE);
|
telemetryPortInit(FRSKY_SPORT_BAUDRATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(REVX)
|
#if defined(REVX) && !defined(SIMU)
|
||||||
if (serialInversion) {
|
if (serialInversion) {
|
||||||
setMFP();
|
setMFP();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue