bdk: use f_unmount instead of null f_mount

This commit is contained in:
CTCaer
2025-06-22 13:34:42 +03:00
committed by NaGa
parent 380c1dc9b2
commit baea3b0265
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ static void _sd_deinit(bool deinit)
if (sd_init_done)
{
if (sd_mounted)
f_mount(NULL, "sd:", 1); // Volume 0 is SD.
f_unmount("sd:", 1); // Volume 0 is SD.
if (deinit)
{