mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
enable ci build for RX65X host example
update comment for unit not ready 3a-00 additional sense
This commit is contained in:
parent
e40547ada1
commit
3b66bbf6d5
@ -142,6 +142,7 @@ bool tud_msc_test_unit_ready_cb(uint8_t lun)
|
||||
|
||||
// RAM disk is ready until ejected
|
||||
if (ejected) {
|
||||
// Additional Sense 3A-00 is NOT_FOUND
|
||||
tud_msc_set_sense(lun, SCSI_SENSE_NOT_READY, 0x3a, 0x00);
|
||||
return false;
|
||||
}
|
||||
|
@ -5,4 +5,5 @@ mcu:LPC40XX
|
||||
mcu:LPC43XX
|
||||
mcu:MIMXRT10XX
|
||||
mcu:RP2040
|
||||
mcu:MSP432E4
|
||||
mcu:MSP432E4
|
||||
mcu:RX65X
|
||||
|
@ -5,4 +5,5 @@ mcu:LPC40XX
|
||||
mcu:LPC43XX
|
||||
mcu:MIMXRT10XX
|
||||
mcu:RP2040
|
||||
mcu:MSP432E4
|
||||
mcu:MSP432E4
|
||||
mcu:RX65X
|
||||
|
Loading…
x
Reference in New Issue
Block a user