Replace ring buffer library in Benito and USBtoSerial projects with the new lightweight ring buffer header to improve reliability.

This commit is contained in:
Dean Camera 2010-05-26 13:26:10 +00:00
parent 885170f5b4
commit 8d993afc53
16 changed files with 206 additions and 496 deletions

View file

@ -44,7 +44,7 @@
#include "Descriptors.h"
#include "Lib/RingBuff.h"
#include "Lib/LightweightRingBuff.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>