From 20ecd74ebeec3fd95ae89459f70cddc77d29fa22 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Thu, 6 Apr 2023 23:02:55 +0200 Subject: [PATCH] TEST: Compile for DISC1 by default --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Makefile b/core/Makefile index cefb1ae16..813c35939 100644 --- a/core/Makefile +++ b/core/Makefile @@ -25,7 +25,7 @@ PRODUCTION ?= 0 PYOPT ?= 1 BITCOIN_ONLY ?= 0 BOOTLOADER_QA ?= 0 -TREZOR_MODEL ?= T +TREZOR_MODEL ?= DISC1 TREZOR_MEMPERF ?= 0 ADDRESS_SANITIZER ?= 0 CMAKELISTS ?= 0