mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-15 09:50:57 +00:00
fix(python): fix T3W1 code alignment in trezorlib
[no changelog]
This commit is contained in:
parent
9be1899428
commit
d8056cd281
@ -351,7 +351,7 @@ MODEL_CODE_ALIGNMENT_MAP = {
|
|||||||
Model.T2B1: 0x200,
|
Model.T2B1: 0x200,
|
||||||
Model.T3T1: 0x200,
|
Model.T3T1: 0x200,
|
||||||
Model.T3B1: 0x200,
|
Model.T3B1: 0x200,
|
||||||
Model.T3W1: 0x200,
|
Model.T3W1: 0x400,
|
||||||
Model.D001: 0x200,
|
Model.D001: 0x200,
|
||||||
Model.D002: 0x400,
|
Model.D002: 0x400,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user