Skip to content

Commit

Permalink
Increase "infinite" blinking counter to 10000
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
  • Loading branch information
szszszsz committed Jun 15, 2018
1 parent d617602 commit 0e1e1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyboard/report_protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ void wink_correct(bool correct){
if (correct){
VerifyBlinkCorrect(20);
} else {
VerifyBlinkError(1000);
VerifyBlinkError(10000);
}
}

Expand Down

0 comments on commit 0e1e1de

Please sign in to comment.