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:
parent
089db2cadf
commit
5c8edfaac6
@ -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