Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer_* so that it matches the header name.
This commit is contained in:
@@ -77,9 +77,9 @@
|
||||
#define MODE_PDI_PROGRAMMER true
|
||||
|
||||
/* External Variables: */
|
||||
extern bool CurrentFirmwareMode;
|
||||
extern RingBuff_t UARTtoUSB_Buffer;
|
||||
extern RingBuff_t USBtoUART_Buffer;
|
||||
extern bool CurrentFirmwareMode;
|
||||
extern RingBuffer_t UARTtoUSB_Buffer;
|
||||
extern RingBuffer_t USBtoUART_Buffer;
|
||||
|
||||
/* Function Prototypes: */
|
||||
void SetupHardware(void);
|
||||
|
||||
Reference in New Issue
Block a user