mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-21 12:02:19 +00:00
fix(core): fix reflash utility build
[no changelog]
This commit is contained in:
parent
514b08ec2c
commit
b075185330
@ -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");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user