mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-25 16:08:32 +00:00
build(core): default T3W1 to revision C
[no changelog]
This commit is contained in:
parent
75f9821cf1
commit
3c08ce62b3
@ -17,7 +17,7 @@ def configure_board(
|
|||||||
defines += (("VERSIONS_HEADER", '"T3W1/versions.h"'),)
|
defines += (("VERSIONS_HEADER", '"T3W1/versions.h"'),)
|
||||||
|
|
||||||
# Set default revision if None
|
# Set default revision if None
|
||||||
revision = revision or "B"
|
revision = revision or "C"
|
||||||
|
|
||||||
# Mapping of revisions to their respective configurations
|
# Mapping of revisions to their respective configurations
|
||||||
revision_map = {
|
revision_map = {
|
||||||
|
Loading…
Reference in New Issue
Block a user