KA10: Removed REG_UNIT.
This commit is contained in:
parent
38cd649a9f
commit
8bbec61483
1 changed files with 2 additions and 2 deletions
|
@ -109,8 +109,8 @@ UNIT ptr_unit = {
|
|||
};
|
||||
|
||||
REG ptr_reg[] = {
|
||||
{ DRDATA (STATUS, ptr_unit.STATUS, 18), PV_LEFT | REG_UNIT},
|
||||
{ DRDATA (TIME, ptr_unit.wait, 24), PV_LEFT | REG_UNIT},
|
||||
{ URDATA (STATUS, ptr_unit.STATUS, 8, 18, 0, 1, PV_LEFT) },
|
||||
{ URDATA (TIME, ptr_unit.wait, 10, 24, 0, 1, PV_LEFT) },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue