Skip to content

Commit

Permalink
Fix #191: missing return value, thx @surfermarty
Browse files Browse the repository at this point in the history
  • Loading branch information
terrillmoore committed Jun 6, 2022
1 parent caceeb4 commit 1604ec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/arduino_lorawan_cEventLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Arduino_LoRaWAN::cEventLog::processSingleEvent()
{
m_head = 0;
}

return true;
}

void
Expand Down

0 comments on commit 1604ec3

Please sign in to comment.