add SCSI_CMD_REQUEST_SENSE into device msc built-in command

This commit is contained in:
hathach
2018-07-25 23:56:06 +07:00
parent 226a4f8816
commit 8694285ad2
4 changed files with 96 additions and 69 deletions
@@ -75,8 +75,6 @@ void msc_app_task(void* param);
void msc_app_mount(uint8_t rhport);
void msc_app_umount(uint8_t rhport);
extern scsi_sense_fixed_data_t mscd_sense_data;
#else
#define msc_app_init()