serial needs ringbuffer
This commit is contained in:
parent
1e7bd86fab
commit
6f43a50693
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue