mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Minor documentation cleanups.
This commit is contained in:
@@ -41,10 +41,10 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
/* 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: */
|
||||
|
||||
Reference in New Issue
Block a user