Fixed derp

This commit is contained in:
Aurora 2016-08-28 15:58:10 +02:00
parent 92328c6a7e
commit e2d828a4a2

View File

@ -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