mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 20:17:52 +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
|
//Serial TX
|
||||||
#ifdef XMEGA
|
#ifdef XMEGA
|
||||||
ISR(USARTC0_DRE_vect)
|
ISR(USARTC0_DRE_vect)
|
||||||
@ -498,7 +498,7 @@ void frskyUpdate()
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BASH_SERIAL
|
|
||||||
void Serial_write(uint8_t data)
|
void Serial_write(uint8_t data)
|
||||||
{
|
{
|
||||||
cli(); // disable global int
|
cli(); // disable global int
|
||||||
|
Loading…
x
Reference in New Issue
Block a user