updated the header file for new functions.
This commit is contained in:
@@ -75,6 +75,9 @@ bool FIFO_Add(
|
|||||||
uint8_t *data_bytes,
|
uint8_t *data_bytes,
|
||||||
unsigned count);
|
unsigned count);
|
||||||
|
|
||||||
|
void FIFO_Flush(
|
||||||
|
FIFO_BUFFER * b);
|
||||||
|
|
||||||
/* note: buffer_len must be a power of two */
|
/* note: buffer_len must be a power of two */
|
||||||
void FIFO_Init(
|
void FIFO_Init(
|
||||||
FIFO_BUFFER * b,
|
FIFO_BUFFER * b,
|
||||||
|
|||||||
Reference in New Issue
Block a user