Skip to content

Commit

Permalink
fixup! fixup! refactor(core): split polling can_read and reading from…
Browse files Browse the repository at this point in the history
… USB
  • Loading branch information
TychoVrahe committed Jan 13, 2025
1 parent 6ef3b8b commit edde952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/trezor/wire/codec/codec_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
if TYPE_CHECKING:
from trezorio import WireInterface

_REP_LEN = const(io.WebUSB.PACKET_LEN)
_REP_LEN = io.WebUSB.PACKET_LEN

_REP_MARKER = const(63) # ord('?')
_REP_MAGIC = const(35) # org('#')
Expand Down

0 comments on commit edde952

Please sign in to comment.