Replace ring buffer library in Benito and USBtoSerial projects with the new lightweight ring buffer header to improve reliability.
This commit is contained in:
parent
885170f5b4
commit
8d993afc53
16 changed files with 206 additions and 496 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue