1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +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 committed by cepetr
parent e106df766e
commit d87a250905

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;