X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/79742c5d24929442175953c796a1834e45a93d0d..96063b9f98c8201623f8c91ec5cbe3bb88aca6c3:/Projects/XPLAINBridge/Lib/LightweightRingBuff.h?ds=sidebyside diff --git a/Projects/XPLAINBridge/Lib/LightweightRingBuff.h b/Projects/XPLAINBridge/Lib/LightweightRingBuff.h index 31430ddd4..8026cef64 100644 --- a/Projects/XPLAINBridge/Lib/LightweightRingBuff.h +++ b/Projects/XPLAINBridge/Lib/LightweightRingBuff.h @@ -41,10 +41,10 @@ #include /* Defines: */ - /** Size of each ring buffer, in bytes */ + /** Size of each ring buffer, in bytes. */ #define BUFFER_SIZE 128 - /** Type of data to store into the buffer */ + /** Type of data to store into the buffer. */ #define RingBuff_Data_t uint8_t /* Type Defines: */