mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
fix(core): add missing refresh to boardloader startup
[no changelog]
This commit is contained in:
parent
5c7726126f
commit
416794a463
@ -275,6 +275,7 @@ int main(void) {
|
|||||||
|
|
||||||
display_init();
|
display_init();
|
||||||
display_clear();
|
display_clear();
|
||||||
|
display_refresh();
|
||||||
|
|
||||||
#if defined USE_SD_CARD
|
#if defined USE_SD_CARD
|
||||||
sdcard_init();
|
sdcard_init();
|
||||||
|
Loading…
Reference in New Issue
Block a user