1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Fixed compile error when building simulator.

This commit is contained in:
mikeller 2015-12-15 19:39:01 +13:00
parent d165a22a54
commit 90a62b00f0

View file

@ -632,7 +632,7 @@ void telemetryInit(void)
telemetryPortInit(FRSKY_SPORT_BAUDRATE);
}
#if defined(REVX)
#if defined(REVX) && !defined(SIMU)
if (serialInversion) {
setMFP();
}