KA10: Removed REG_UNIT.

This commit is contained in:
Richard Cornwell 2022-06-21 19:32:53 -04:00
parent 38cd649a9f
commit 8bbec61483

View file

@ -109,8 +109,8 @@ UNIT ptr_unit = {
}; };
REG ptr_reg[] = { REG ptr_reg[] = {
{ DRDATA (STATUS, ptr_unit.STATUS, 18), PV_LEFT | REG_UNIT}, { URDATA (STATUS, ptr_unit.STATUS, 8, 18, 0, 1, PV_LEFT) },
{ DRDATA (TIME, ptr_unit.wait, 24), PV_LEFT | REG_UNIT}, { URDATA (TIME, ptr_unit.wait, 10, 24, 0, 1, PV_LEFT) },
{ NULL } { NULL }
}; };