From a1024c288edae2bbe60bdf5d5d0a7f38c39a3426 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Mon, 15 Aug 2016 17:15:16 +0200 Subject: [PATCH] Update pin.c --- source/pin.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/pin.c b/source/pin.c index d22fbd3..26f17c3 100644 --- a/source/pin.c +++ b/source/pin.c @@ -109,6 +109,8 @@ PINData newPin(void) return pin; } } + + while(HID_PAD & PIN_BUTTONS); } void verifyPin(PINData *in, bool allowQuit) @@ -168,6 +170,4 @@ void verifyPin(PINData *in, bool allowQuit) else break; } } - - while(HID_PAD & PIN_BUTTONS); -} \ No newline at end of file +}