1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00

fix(core): fix reflash utility build

[no changelog]
This commit is contained in:
cepetr 2024-11-15 10:07:01 +01:00 committed by cepetr
parent 089db2cadf
commit 5c8edfaac6

View File

@ -75,9 +75,9 @@ int main(void) {
hash_processor_init(); hash_processor_init();
#endif #endif
display_orientation(0); display_set_orientation(0);
gfx_clear(); gfx_clear();
display_backlight(255); display_set_backlight(255);
ensure(sdcard_is_present(), "sdcard_is_present"); ensure(sdcard_is_present(), "sdcard_is_present");