Skip to content

Commit 979cfa7

Browse files
committed
Fix missing return (unlikely)
1 parent f6cf6fb commit 979cfa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/QuickEspNow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ bool PeerListClass::add_peer (uint8_t* mac) {
288288
return true;
289289
}
290290
}
291+
292+
return false;
291293
}
292294

293295
bool PeerListClass::delete_peer (uint8_t* mac) {

0 commit comments

Comments
 (0)