update main app for start stop unit

This commit is contained in:
hathach 2018-07-26 15:59:35 +07:00
parent f5b2912372
commit a9c04e9ff1
1 changed files with 5 additions and 5 deletions

View File

@ -94,11 +94,11 @@ int32_t tud_msc_scsi_cb (uint8_t lun, uint8_t const scsi_cmd[16], void* buffer,
len = 0;
break;
// case SCSI_CMD_START_STOP_UNIT:
// // Host try to eject/safe remove/powerof us. We could safely disconnect with disk storage, or go into lower power
// // scsi_start_stop_unit_t const * cmd_start_stop = (scsi_start_stop_unit_t const *) scsi_cmd
// len = 0;
// break;
case SCSI_CMD_START_STOP_UNIT:
// Host try to eject/safe remove/powerof us. We could safely disconnect with disk storage, or go into lower power
// scsi_start_stop_unit_t const * cmd_start_stop = (scsi_start_stop_unit_t const *) scsi_cmd
len = 0;
break;
default:
// negative is error -> Data stage is STALL, status = failed