From b075185330e71c4c7b4d07bd13a0e6903718063c Mon Sep 17 00:00:00 2001 From: cepetr Date: Thu, 14 Nov 2024 11:06:21 +0100 Subject: [PATCH] fix(core): fix reflash utility build [no changelog] --- core/embed/prj/reflash/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/embed/prj/reflash/main.c b/core/embed/prj/reflash/main.c index 25de1f673c..06da605e64 100644 --- a/core/embed/prj/reflash/main.c +++ b/core/embed/prj/reflash/main.c @@ -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");