Skip to content

Commit

Permalink
remove listth
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbesen committed Feb 22, 2024
1 parent bd09617 commit 2d9cd21
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ping.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ struct PreparedPing* ping_setup(const char * strhost, const char * device)

void listener( struct PreparedPing* pp )
{
static uint8_t listth;
if( listth ) return;
listth = 1;

OGUnlockSema( pp->s_disp );
//Normally needs to call display(buf + 28, bytes - 28 ); on successful ping.
//This function is executed as a thread after setup.
Expand Down

0 comments on commit 2d9cd21

Please sign in to comment.