mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 18:27:53 +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
|
||||
TX_SET_OUTPUT;
|
||||
#else
|
||||
#if defined(TELEMETRY)
|
||||
initTXSerial( SPEED_100K ) ;
|
||||
#endif
|
||||
#endif
|
||||
#endif //TELEMETRY
|
||||
#endif //DEBUG_TX
|
||||
#endif //XMEGA
|
||||
}
|
||||
|
||||
#if defined(TELEMETRY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user