format
This commit is contained in:
parent
f249e33f70
commit
2563e7b2a0
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void secure_keypress_event(uint8_t row, uint8_t col) {
|
|||
offset++;
|
||||
if (offset == sequence_len) {
|
||||
offset = 0;
|
||||
secure_unlock();
|
||||
secure_unlock();
|
||||
}
|
||||
} else {
|
||||
offset = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue