mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 03:57:51 +00:00
reorganize telemetry code bash serial
This commit is contained in:
parent
94f1efaab7
commit
87d9d261e5
@ -446,7 +446,7 @@ void frskyUpdate()
|
||||
|
||||
}
|
||||
|
||||
|
||||
#ifndef BASH_SERIAL
|
||||
//Serial TX
|
||||
#ifdef XMEGA
|
||||
ISR(USARTC0_DRE_vect)
|
||||
@ -498,7 +498,7 @@ void frskyUpdate()
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef BASH_SERIAL
|
||||
|
||||
void Serial_write(uint8_t data)
|
||||
{
|
||||
cli(); // disable global int
|
||||
|
Loading…
x
Reference in New Issue
Block a user