Skip to content
Snippets Groups Projects
Commit 5a14d155 authored by Douglas Araujo's avatar Douglas Araujo
Browse files

Remove duplicate record

parent 429c9915
No related branches found
No related tags found
1 merge request!23ICSHWI-11121: Tidyup code
......@@ -389,29 +389,6 @@ record(mbbi, "$(P)$(R)ReadoutDirection-RB") {
field(SCAN, "I/O Intr")
}
record(mbbo, "$(P)$(R)BitPerChannel-S") {
field(DESC, "Bits per channel")
field(PINI, "YES")
field(DTYP, "asynInt32")
field(ZRVL, "12")
field(ZRST, "12 bits")
field(ONVL, "16")
field(ONST, "16 bits")
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))H_BIT_PER_CHANNEL")
field(VAL, "16")
}
record(mbbi, "$(P)$(R)BitPerChannel-RB") {
field(DESC, "Bits per channel")
field(ZRVL, "12")
field(ZRST, "12 bits")
field(ONVL, "16")
field(ONST, "16 bits")
field(DTYP, "asynInt32")
field(INP, "@asyn($(PORT),$(ADDR),$(TIMEOUT))H_BIT_PER_CHANNEL")
field(SCAN, "I/O Intr")
}
record(mbbo, "$(P)$(R)TriggerSource-S") {
field(DESC, "Trigger source")
field(PINI, "YES")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment