Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer_* so that it matches the header name.
This commit is contained in:
@@ -37,10 +37,10 @@
|
||||
#include "Benito.h"
|
||||
|
||||
/** Circular buffer to hold data from the serial port before it is sent to the host. */
|
||||
RingBuff_t USARTtoUSB_Buffer;
|
||||
RingBuffer_t USARTtoUSB_Buffer;
|
||||
|
||||
/** Underlying data buffer for \ref USARTtoUSB_Buffer, where the stored bytes are located. */
|
||||
uint8_t USARTtoUSB_Buffer_Data[128];
|
||||
uint8_t USARTtoUSB_Buffer_Data[128];
|
||||
|
||||
/** Pulse generation counters to keep track of the number of milliseconds remaining for each pulse type */
|
||||
volatile struct
|
||||
|
||||
Reference in New Issue
Block a user