X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/8f981b5f38b22f1a49fdec9ff5d09ac982cd71f3..3988639823106766afe93b15a446ff197970f104:/Projects/Benito/Lib/LightweightRingBuff.h diff --git a/Projects/Benito/Lib/LightweightRingBuff.h b/Projects/Benito/Lib/LightweightRingBuff.h index 0205fe467..56da8398f 100644 --- a/Projects/Benito/Lib/LightweightRingBuff.h +++ b/Projects/Benito/Lib/LightweightRingBuff.h @@ -51,7 +51,7 @@ /* Defines: */ /** Size of each ring buffer, in data elements - must be between 1 and 255. */ - #define BUFFER_SIZE 255 + #define BUFFER_SIZE 128 /** Type of data to store into the buffer. */ #define RingBuff_Data_t uint8_t