+ uint8_t ErrorCode = MS_Host_TestUnitReady(&FlashDisk_MS_Interface, 0);\r
+ \r
+ if (!(ErrorCode))\r
+ break;\r
+\r
+ /* Check if an error other than a logical command error (device busy) received */\r
+ if (ErrorCode != MS_ERROR_LOGICAL_CMD_FAILED)\r