diff --git a/TESTS/usb_device/msd/main.cpp b/TESTS/usb_device/msd/main.cpp index c59a686f03..d088b30d7b 100644 --- a/TESTS/usb_device/msd/main.cpp +++ b/TESTS/usb_device/msd/main.cpp @@ -345,8 +345,8 @@ void mount_unmount_test(BlockDevice *bd, FileSystem *fs) usb.disconnect(); } #else - // unmount - usb.disconnect(); + // unmount + usb.disconnect(); #endif // check if device is detached on host side greentea_send_kv("check_if_not_mounted", 0);