src: fix typo

This commit is contained in:
Pavol Rusnak 2017-12-15 21:11:46 +01:00
parent 5192387060
commit edb80eda61
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
def pin_to_int(pin):
return int('1' + pin)
def show_pin_timeout(wait, total):
from trezor import ui
ui.display.bar(0, 0, ui.SCREEN, ui.SCREEN, ui.BG)