From 874c801772af9ca05858ece3af13ecaa180b2675 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Sat, 6 Feb 2021 03:55:43 +0200 Subject: [PATCH] Do not force deinit on hekate TUI sd info --- bootloader/frontend/fe_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/frontend/fe_info.c b/bootloader/frontend/fe_info.c index f8dd10c..a358b4f 100644 --- a/bootloader/frontend/fe_info.c +++ b/bootloader/frontend/fe_info.c @@ -260,7 +260,7 @@ void print_sdcard_info() gfx_clear_partial_grey(0x1B, 0, 1256); gfx_con_setpos(0, 0); - if (sd_initialize(true)) + if (sd_initialize(false)) { gfx_printf("%kCard IDentification:%k\n", 0xFF00DDFF, 0xFFCCCCCC); gfx_printf(