From e2d828a4a2ba79171fd94bd8c91e5ba749b6f3c7 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 28 Aug 2016 15:58:10 +0200 Subject: [PATCH] Fixed derp --- source/pin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/pin.c b/source/pin.c index a3b0479c..030efc4c 100644 --- a/source/pin.c +++ b/source/pin.c @@ -146,6 +146,8 @@ void verifyPin(PINData *in) pressed &= PIN_BUTTONS; + if(!pressed) continue; + char key = PINKeyToLetter(pressed); enteredPassword[cnt++] = (u8)key; //Add character to password