1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-27 00:59:57 +00:00

KA10: Removed REG_UNIT.

This commit is contained in:
Richard Cornwell
2022-06-21 19:33:23 -04:00
parent 4dad38a4ba
commit 8183aea68f

View File

@@ -85,8 +85,8 @@ UNIT ptp_unit = {
};
REG ptp_reg[] = {
{ DRDATA (STATUS, ptp_unit.STATUS, 18), PV_LEFT | REG_UNIT},
{ DRDATA (TIME, ptp_unit.wait, 24), PV_LEFT | REG_UNIT},
{ URDATA (STATUS, ptp_unit.STATUS, 8, 18, 0, 1, PV_LEFT) },
{ URDATA (TIME, ptp_unit.wait, 10, 24, 0, 1, PV_LEFT) },
{ NULL }
};
@@ -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 }
};