updated the header file for new functions.

This commit is contained in:
skarg
2008-12-05 18:19:23 +00:00
parent 0bb16dd66f
commit 33b1eef709
+3
View File
@@ -75,6 +75,9 @@ bool FIFO_Add(
uint8_t *data_bytes,
unsigned count);
void FIFO_Flush(
FIFO_BUFFER * b);
/* note: buffer_len must be a power of two */
void FIFO_Init(
FIFO_BUFFER * b,