reorganize telemetry code bash serial

This commit is contained in:
midelic 2016-08-27 10:48:44 +01:00 committed by GitHub
parent 94f1efaab7
commit 87d9d261e5

View File

@ -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