Make BKPT field an epicsUInt8 for consistency

It was the last 'char' field in dbCommon and the Base record types.
This commit is contained in:
Andrew Johnson
2020-06-12 17:11:34 -05:00
parent 545550dd9a
commit b8f0fd4cdb

View File

@@ -382,7 +382,7 @@ The B<DPVT> field is is for private use of the device support modules.
prompt("DSET address")
special(SPC_NOMOD)
interest(4)
extra("unambiguous_dset *dset")
extra("unambiguous_dset *dset")
}
field(DPVT,DBF_NOACCESS) {
prompt("Device Private")
@@ -491,7 +491,7 @@ field which is then used to acquire a timestamp.
prompt("Break Point")
special(SPC_NOMOD)
interest(1)
extra("char bkpt")
extra("epicsUInt8 bkpt")
}
field(UDF,DBF_UCHAR) {
prompt("Undefined")