diff --git a/bootloader/frontend/fe_info.c b/bootloader/frontend/fe_info.c index 40d56b8..a1e9dca 100644 --- a/bootloader/frontend/fe_info.c +++ b/bootloader/frontend/fe_info.c @@ -312,6 +312,7 @@ void print_sdcard_info() EPRINTF("Make sure that it is inserted."); else EPRINTF("SD Card Reader is not properly seated!"); + sd_end(); } btn_wait();