mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 01:18:28 +00:00
src: fix typo
This commit is contained in:
parent
5192387060
commit
edb80eda61
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user