1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-20 11:32:04 +00:00

fix(core): fix reflash utility build

[no changelog]
This commit is contained in:
cepetr 2024-11-14 11:06:21 +01:00
parent 514b08ec2c
commit b075185330

View File

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