1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-21 22:08:08 +00:00

fix(core): add missing refresh to boardloader startup

[no changelog]
This commit is contained in:
tychovrahe 2023-12-20 22:05:50 +01:00 committed by TychoVrahe
parent 5c7726126f
commit 416794a463

View File

@ -275,6 +275,7 @@ int main(void) {
display_init();
display_clear();
display_refresh();
#if defined USE_SD_CARD
sdcard_init();