Skip to content

Commit f9b3a88

Browse files
authored
Allow function to return value in all cases
1 parent 51f41f4 commit f9b3a88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BleGamepad.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,7 @@ bool BleGamepad::enterPairingMode()
15161516
}
15171517
return false; // Might want to adjust this function to stay in pairing mode for a while, and then return false after a while if no other device pairs with it
15181518
}
1519+
return false;
15191520
}
15201521

15211522

0 commit comments

Comments
 (0)