From 27e37de6959972c92c02be8c2b20b86566a9cf57 Mon Sep 17 00:00:00 2001 From: cepetr Date: Mon, 13 Jan 2025 17:38:22 +0100 Subject: [PATCH] fix(core): fix incorrect macro name [no changelog] --- core/embed/io/display/st-7789/display_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/io/display/st-7789/display_panel.c b/core/embed/io/display/st-7789/display_panel.c index 51dbfe9a56..ae71ad39dc 100644 --- a/core/embed/io/display/st-7789/display_panel.c +++ b/core/embed/io/display/st-7789/display_panel.c @@ -243,7 +243,7 @@ void display_panel_reinit(void) { } else if (id == DISPLAY_ID_ST7789V) { lx154a2411_gamma(); } -#elif defined TREZOR_MODEL_T2T13T1 +#elif defined TREZOR_MODEL_T3T1 // reduced touch-display interference in T3T1 lx154a2482_init_seq(); #endif