Move more towards making MMC a library. Start to reorganize more to
break out 1-1 SCSI-MMC commands (in mmc_ll_cmds.c) from higher-level commands which use the lower-level ones.
This commit is contained in:
@@ -418,8 +418,8 @@ void mmcStartStopMedia(bool b_eject, bool b_immediate,
|
||||
uint8_t power_condition)
|
||||
{
|
||||
driver_return_code_t drc =
|
||||
mmc_start_stop_unit(p_cdio, b_eject, b_immediate, power_condition);
|
||||
possible_throw_device_exception(drc);
|
||||
mmc_start_stop_unit(p_cdio, b_eject, b_immediate, power_condition, 0);
|
||||
possible_throw_device_exception(drc);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user