mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
hekate: sd info: always reset mode after done
This commit is contained in:
parent
ce8d1eca91
commit
ad4014f295
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue