Revert "wd_fdc: Use the new active()"

This reverts commit acd8d3c144.
This commit is contained in:
hap 2022-11-01 18:14:23 +01:00
parent 39a794edb1
commit 4e8a667e91

View File

@ -355,7 +355,7 @@ void wd_fdc_device_base::command_end()
motor_timeout = 0;
if(!drq && (status & S_BUSY)) {
if (!t_cmd->running()) {
if (!t_cmd->enabled()) {
status &= ~S_BUSY;
}
intrq = true;