mirror of https://github.com/ARMmbed/mbed-os.git
usb_device-msd test: astyle fix
parent
855a6ddbfd
commit
60ef4a0854
|
@ -345,8 +345,8 @@ void mount_unmount_test(BlockDevice *bd, FileSystem *fs)
|
||||||
usb.disconnect();
|
usb.disconnect();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
// unmount
|
// unmount
|
||||||
usb.disconnect();
|
usb.disconnect();
|
||||||
#endif
|
#endif
|
||||||
// check if device is detached on host side
|
// check if device is detached on host side
|
||||||
greentea_send_kv("check_if_not_mounted", 0);
|
greentea_send_kv("check_if_not_mounted", 0);
|
||||||
|
|
Loading…
Reference in New Issue