summaryrefslogtreecommitdiffstats
path: root/lock/fpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lock/fpm.c')
-rw-r--r--lock/fpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lock/fpm.c b/lock/fpm.c
index 5d6fafd..056d0ac 100644
--- a/lock/fpm.c
+++ b/lock/fpm.c
@@ -237,7 +237,7 @@ uint8_t fpm_match(void)
send(0x01, buf, 1);
recv(buf, &n);
retries++;
- } while (buf[0] != OK && retries < 10);
+ } while (buf[0] != OK && retries < 50);
return buf[0] == OK;
}