Improved FIFO_Available by allowing the last byte to be available.

This commit is contained in:
skarg
2012-01-06 18:52:44 +00:00
parent 513663727f
commit 10b6e58f2c
2 changed files with 14 additions and 2 deletions
+4
View File
@@ -63,6 +63,10 @@ extern "C" {
bool FIFO_Full(
FIFO_BUFFER const *b);
bool FIFO_Available (
FIFO_BUFFER const *b,
unsigned count);
bool FIFO_Empty(
FIFO_BUFFER const *b);