Skip to content

Commit

Permalink
Firmware Link protocol fully implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Feb 9, 2023
1 parent 122be76 commit e1b8fa9
Show file tree
Hide file tree
Showing 8 changed files with 1,685 additions and 338 deletions.
2 changes: 0 additions & 2 deletions common/vscp-fifo.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ vscp_fifo_read(vscp_fifo_t* f, vscpEvent** pev)
size_t
vscp_fifo_write(vscp_fifo_t* f, vscpEvent* pev)
{
//uint32_t i;

// first check to see if there is space in the fifo
if (((f->head + 1) % f->size) == f->tail) {
return 0; // no space levt in the fifo
Expand Down
Loading

0 comments on commit e1b8fa9

Please sign in to comment.