mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 06:54:49 +08:00
*** empty log message ***
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
#include "std.h"
|
#include "std.h"
|
||||||
#include "uart.h"
|
#include "uart.h"
|
||||||
|
|
||||||
#define TX_BUF_SIZE 256
|
//#define TX_BUF_SIZE 256
|
||||||
static uint8_t tx_head; /* next free in buf */
|
static uint8_t tx_head; /* next free in buf */
|
||||||
static volatile uint8_t tx_tail; /* next char to send */
|
static volatile uint8_t tx_tail; /* next char to send */
|
||||||
static uint8_t tx_buf[ TX_BUF_SIZE ];
|
static uint8_t tx_buf[ TX_BUF_SIZE ];
|
||||||
|
|||||||
Reference in New Issue
Block a user