#include <stdbool.h>\r
\r
/* Defines: */\r
- /** Size of each ring buffer, in bytes */\r
+ /** Size of each ring buffer, in bytes. */\r
#define BUFFER_SIZE 128\r
\r
- /** Type of data to store into the buffer */\r
+ /** Type of data to store into the buffer. */\r
#define RingBuff_Data_t uint8_t\r
\r
/* Type Defines: */\r