Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the send buffer becomes full.

This commit is contained in:
Dean Camera 2010-11-03 11:24:34 +00:00
parent 8f9b5ae00d
commit 85cf202737
6 changed files with 22 additions and 10 deletions

View file

@ -51,7 +51,6 @@
#define __PIPE_STREAM_H__
/* Includes: */
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/eeprom.h>
#include <stdbool.h>