mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +00:00
src: fix typo
This commit is contained in:
parent
5192387060
commit
edb80eda61
@ -1,6 +1,7 @@
|
|||||||
def pin_to_int(pin):
|
def pin_to_int(pin):
|
||||||
return int('1' + pin)
|
return int('1' + pin)
|
||||||
|
|
||||||
|
|
||||||
def show_pin_timeout(wait, total):
|
def show_pin_timeout(wait, total):
|
||||||
from trezor import ui
|
from trezor import ui
|
||||||
ui.display.bar(0, 0, ui.SCREEN, ui.SCREEN, ui.BG)
|
ui.display.bar(0, 0, ui.SCREEN, ui.SCREEN, ui.BG)
|
||||||
|
Loading…
Reference in New Issue
Block a user