mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 03:57:51 +00:00
Fixed disable telemetry compilation issue
This commit is contained in:
parent
adaa89a963
commit
35b97c4f45
@ -779,9 +779,11 @@ static void Mprotocol_serial_init()
|
|||||||
#ifdef DEBUG_TX
|
#ifdef DEBUG_TX
|
||||||
TX_SET_OUTPUT;
|
TX_SET_OUTPUT;
|
||||||
#else
|
#else
|
||||||
|
#if defined(TELEMETRY)
|
||||||
initTXSerial( SPEED_100K ) ;
|
initTXSerial( SPEED_100K ) ;
|
||||||
#endif
|
#endif //TELEMETRY
|
||||||
#endif
|
#endif //DEBUG_TX
|
||||||
|
#endif //XMEGA
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(TELEMETRY)
|
#if defined(TELEMETRY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user