From 8d993afc5388c5f3d0ff568c607f7fed6bb7390e Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 26 May 2010 13:26:10 +0000 Subject: Replace ring buffer library in Benito and USBtoSerial projects with the new lightweight ring buffer header to improve reliability. --- Projects/Benito/Benito.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Projects/Benito/Benito.h') 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 #include "Descriptors.h" - #include "Lib/RingBuff.h" + #include "Lib/LightweightRingBuff.h" #include #include -- cgit v1.2.3