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:
parent
e106df766e
commit
d87a250905
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user