*** empty log message ***

This commit is contained in:
Antoine Drouin
2005-02-21 02:54:33 +00:00
parent 03b4a942dd
commit 1d3e3d24be
+1 -1
View File
@@ -30,7 +30,7 @@
#include "std.h"
#include "uart.h"
#define TX_BUF_SIZE 256
//#define TX_BUF_SIZE 256
static uint8_t tx_head; /* next free in buf */
static volatile uint8_t tx_tail; /* next char to send */
static uint8_t tx_buf[ TX_BUF_SIZE ];