1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-15 18:00:59 +00:00

fix(core): fix incorrect macro name

[no changelog]
This commit is contained in:
cepetr 2025-01-13 17:38:22 +01:00 committed by cepetr
parent eef2f4113f
commit 27e37de695

View File

@ -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