From 78c55171da8a887f5bcc37a4c629aebd3047d152 Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Fri, 31 Mar 2023 15:35:39 +0200 Subject: [PATCH] fixup! fixup! refactor(core): improve conditional compilations based on model --- core/embed/unix/board-unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/unix/board-unix.h b/core/embed/unix/board-unix.h index d3048981f..32fd61a7e 100644 --- a/core/embed/unix/board-unix.h +++ b/core/embed/unix/board-unix.h @@ -3,7 +3,7 @@ #ifdef TREZOR_MODEL_T #define USE_TOUCH 1 -#define USE_SDCARD 1 +#define USE_SD_CARD 1 #define USE_SBU 1 #endif