1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-09 06:50:58 +00:00

Merge branch 'master' of github.com:trezor/python-trezor

This commit is contained in:
Pavol Rusnak 2016-05-20 13:31:22 +02:00
commit 79a64abd24
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -71,7 +71,7 @@ class UdpTransport(Transport):
time.sleep(0.001) time.sleep(0.001)
continue continue
report_id = data[0] report_id = ord(data[0])
if report_id > 63: if report_id > 63:
# Command report # Command report