mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 15:28:10 +00:00
pb2py - add support for INT64
This commit is contained in:
parent
e435175d79
commit
b03d93c182
@ -68,6 +68,7 @@ def process_message(descriptor, protobuf_module, msg_id, indexfile, is_upy):
|
||||
|
||||
types = {
|
||||
field.TYPE_UINT64: 'p.UVarintType',
|
||||
field.TYPE_INT64: 'p.UVarintType',
|
||||
field.TYPE_UINT32: 'p.UVarintType',
|
||||
field.TYPE_ENUM: 'p.UVarintType',
|
||||
field.TYPE_SINT32: 'p.Sint32Type',
|
||||
|
Loading…
Reference in New Issue
Block a user