mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-20 19:42:02 +00:00
fix(core): bump T3W1 revB revision
[no changelog]
This commit is contained in:
parent
aa29681939
commit
13c078f8af
@ -14,7 +14,7 @@ def configure(
|
||||
features_available: list[str] = []
|
||||
board = "T3W1/boards/trezor_t3w1_revB.h"
|
||||
hw_model = get_hw_model_as_number("T3W1")
|
||||
hw_revision = 0
|
||||
hw_revision = 1
|
||||
|
||||
mcu = "STM32U5G9xx"
|
||||
linker_script = """embed/sys/linker/stm32u5g/{target}.ld"""
|
||||
|
Loading…
Reference in New Issue
Block a user