Fixed disable telemetry compilation issue

This commit is contained in:
pascallanger 2016-08-21 18:05:16 +02:00
parent adaa89a963
commit 35b97c4f45

View File

@ -779,9 +779,11 @@ static void Mprotocol_serial_init()
#ifdef DEBUG_TX
TX_SET_OUTPUT;
#else
#if defined(TELEMETRY)
initTXSerial( SPEED_100K ) ;
#endif
#endif
#endif //TELEMETRY
#endif //DEBUG_TX
#endif //XMEGA
}
#if defined(TELEMETRY)