serial needs ringbuffer

This commit is contained in:
Michael Moon 2009-12-08 21:17:42 +11:00
parent 1e7bd86fab
commit 6f43a50693
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <stdint.h>
#include <avr/io.h>
#include "ringbuffer.h"
#define rx_buffer ((ringbuffer *) _rx_buffer)
#define tx_buffer ((ringbuffer *) _tx_buffer)