mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 01:15:01 +00:00
Merge pull request #1288 from hathach/rx-host-example-ci
enable ci build for RX65X host example
This commit is contained in:
commit
a592282079
@ -142,6 +142,7 @@ bool tud_msc_test_unit_ready_cb(uint8_t lun)
|
|||||||
|
|
||||||
// RAM disk is ready until ejected
|
// RAM disk is ready until ejected
|
||||||
if (ejected) {
|
if (ejected) {
|
||||||
|
// Additional Sense 3A-00 is NOT_FOUND
|
||||||
tud_msc_set_sense(lun, SCSI_SENSE_NOT_READY, 0x3a, 0x00);
|
tud_msc_set_sense(lun, SCSI_SENSE_NOT_READY, 0x3a, 0x00);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -6,3 +6,4 @@ mcu:LPC43XX
|
|||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
mcu:MSP432E4
|
mcu:MSP432E4
|
||||||
|
mcu:RX65X
|
||||||
|
@ -6,3 +6,4 @@ mcu:LPC43XX
|
|||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
mcu:MSP432E4
|
mcu:MSP432E4
|
||||||
|
mcu:RX65X
|
||||||
|
Loading…
x
Reference in New Issue
Block a user