Skip to content

Commit

Permalink
fix(core): fix reflash utility build
Browse files Browse the repository at this point in the history
[no changelog]
  • Loading branch information
cepetr committed Nov 15, 2024
1 parent 6f0ed61 commit f4bba1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/embed/projects/reflash/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit f4bba1f

Please sign in to comment.