1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-21 01:29:02 +00:00

build(core): bump to revision C

[no changelog]
This commit is contained in:
Martin Milata 2025-04-01 18:29:12 +02:00
parent 3b8bab9b5b
commit b84137ffbc

View File

@ -17,7 +17,7 @@ def configure_board(
defines += (("VERSIONS_HEADER", '"T3W1/versions.h"'),)
# Set default revision if None
revision = revision or "B"
revision = revision or "C"
# Mapping of revisions to their respective configurations
revision_map = {