Reset invert serial when switching protocol

This commit is contained in:
pascallanger
2017-02-06 15:50:43 +01:00
parent 00e47b9afb
commit 0a7cd3d6e9
3 changed files with 24 additions and 15 deletions

View File

@@ -46,18 +46,6 @@ uint8_t pktx1[MAX_PKTX];
uint8_t indx;
uint8_t frame[18];
#ifdef BASH_SERIAL
// For bit-bashed serial output
volatile struct t_serial_bash
{
uint8_t head ;
uint8_t tail ;
uint8_t data[128] ;
uint8_t busy ;
uint8_t speed ;
} SerialControl ;
#endif
#if ( defined(MULTI_TELEMETRY) || defined(MULTI_STATUS) )
static void multi_send_header(uint8_t type, uint8_t len)
{