1
0
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:
tychovrahe 2025-02-14 11:17:43 +01:00 committed by TychoVrahe
parent aa29681939
commit 13c078f8af

View File

@ -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"""