FrSkyD telemetry and serial TX buffer

This commit is contained in:
pascallanger
2017-02-03 16:49:19 +01:00
parent f81e7cb78a
commit 85f4dbd670
2 changed files with 42 additions and 24 deletions

View File

@@ -141,7 +141,7 @@ uint8_t pkt[MAX_PKT];//telemetry receiving packets
uint8_t pass = 0;
uint8_t pktt[MAX_PKT];//telemetry receiving packets
#ifndef BASH_SERIAL
#define TXBUFFER_SIZE 32
#define TXBUFFER_SIZE 64
volatile uint8_t tx_buff[TXBUFFER_SIZE];
volatile uint8_t tx_head=0;
volatile uint8_t tx_tail=0;