aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/Benito.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-26 13:26:10 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-26 13:26:10 +0000
commit8d993afc5388c5f3d0ff568c607f7fed6bb7390e (patch)
tree6ac1c5a0ca4a7c72bd4ca2ed2e137d9c0549da30 /Projects/Benito/Benito.h
parent885170f5b456116d7c40570c36342193a30ed886 (diff)
downloadlufa-8d993afc5388c5f3d0ff568c607f7fed6bb7390e.tar.gz
lufa-8d993afc5388c5f3d0ff568c607f7fed6bb7390e.tar.bz2
lufa-8d993afc5388c5f3d0ff568c607f7fed6bb7390e.zip
Replace ring buffer library in Benito and USBtoSerial projects with the new lightweight ring buffer header to improve reliability.
Diffstat (limited to 'Projects/Benito/Benito.h')
-rw-r--r--Projects/Benito/Benito.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/Benito.h b/Projects/Benito/Benito.h
index 6e72da193..34bc797ed 100644
--- a/Projects/Benito/Benito.h
+++ b/Projects/Benito/Benito.h
@@ -42,7 +42,7 @@
#include <avr/interrupt.h>
#include "Descriptors.h"
- #include "Lib/RingBuff.h"
+ #include "Lib/LightweightRingBuff.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>