delete and create ipv init

This commit is contained in:
Dennis Boekholtz
2024-03-27 17:11:07 +01:00
parent 50fd4d952f
commit 2e6d7bc2d9
2 changed files with 15 additions and 4 deletions

View File

@@ -152,6 +152,17 @@ bool buffer_is_empty(void)
return ((FIFO_LastElement_p == NULL) && (FIFO_FirstElement_p == NULL));
}
bool FIFOBuffChar_create(int ){
}
bool FIFOBuffChar_delete(int ){
}
unsigned int number_of_elements_in_buffer()
{
return FIFO_count;