sigma: Cleanup comment
This commit is contained in:
parent
4dde5a69a4
commit
0caa2e7ed5
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ else if ((rad_unit[un].flags & UNIT_ATT) == 0) /* not att => offl */
|
||||||
st |= DVS_DOFFL;
|
st |= DVS_DOFFL;
|
||||||
for (i = 0; i < RAD_NUMDR; i++) { /* loop thru units */
|
for (i = 0; i < RAD_NUMDR; i++) { /* loop thru units */
|
||||||
if (sim_is_active (&rad_unit[i])) { /* active? */
|
if (sim_is_active (&rad_unit[i])) { /* active? */
|
||||||
st |= (DVS_CBUSY |(CC2 << DVT_V_CC)); /* ctrl is busy */
|
st |= (DVS_CBUSY | (CC2 << DVT_V_CC)); /* ctrl is busy */
|
||||||
return st;
|
return st;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue