X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5fa0e9c00733a13df54dab638fc7bd79231d968e..6276d5f82a600c9047df4a8894a257181abad5e7:/Projects/USBtoSerial/Lib/LightweightRingBuff.h diff --git a/Projects/USBtoSerial/Lib/LightweightRingBuff.h b/Projects/USBtoSerial/Lib/LightweightRingBuff.h index 55af753c0..1dc05935c 100644 --- a/Projects/USBtoSerial/Lib/LightweightRingBuff.h +++ b/Projects/USBtoSerial/Lib/LightweightRingBuff.h @@ -44,7 +44,7 @@ /* Defines: */ /** Size of each ring buffer, in data elements - must be between 1 and 255. */ - #define BUFFER_SIZE 128 + #define BUFFER_SIZE 255 /** Type of data to store into the buffer. */ #define RingBuff_Data_t uint8_t