Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoVrahe committed Feb 14, 2025
1 parent a36f544 commit a802447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ PRODUCTION ?= 0
PYOPT ?= 1
BITCOIN_ONLY ?= 0
BOOTLOADER_QA ?= 0
BOOTLOADER_DEVEL ?= 0
BOOTLOADER_DEVEL ?= 1
DISABLE_OPTIGA ?= 0
TREZOR_MODEL ?= T2T1
TREZOR_MODEL ?= T3W1
TREZOR_MEMPERF ?= 0
ADDRESS_SANITIZER ?= 0
CMAKELISTS ?= 0
Expand Down
2 changes: 1 addition & 1 deletion core/site_scons/models/T3W1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "A"

# Mapping of revisions to their respective configurations
revision_map = {
Expand Down

0 comments on commit a802447

Please sign in to comment.