1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-22 22:48:20 +00:00

fix(core/embed): fix display initialization on T3T1 in boardloader

[no changelog]
This commit is contained in:
cepetr 2024-06-25 12:45:01 +02:00
parent 884405383c
commit a80f068a58

View File

@ -72,7 +72,9 @@ void display_init(display_content_mode_t mode) {
}
#ifdef XFRAMEBUFFER
#ifndef BOARDLOADER
display_io_init_te_interrupt();
#endif
#endif
drv->initialized = true;