Skip to content

Commit

Permalink
fix: Special separator : changed to makro $(S=:).
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Sep 25, 2023
1 parent 008a794 commit 3722ce5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mrmShared/Db/databuftx.db
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

record(waveform, "$(P)dbus:send:s8") {
record(waveform, "$(P)dbus$(S=:)send$(S=:)s8") {
field(DESC, "Send Buffer")
field(DTYP, "MRF Data Buf Tx")
field(INP , "@OBJ=$(OBJ), Proto=$(PROTO), P=Data Tx")
Expand All @@ -9,7 +9,7 @@ record(waveform, "$(P)dbus:send:s8") {
info(autosaveFields_pass1, "VAL")
}

record(waveform, "$(P)dbus:send:u32") {
record(waveform, "$(P)dbus$(S=:)send$(S=:)u32") {
field(DESC, "Send Buffer")
field(DTYP, "MRF Data Buf Tx")
field(INP , "@OBJ=$(OBJ), Proto=$(PROTO), P=Data Tx")
Expand Down
2 changes: 1 addition & 1 deletion mrmShared/Db/databuftxCtrl.db
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Must match EVR setting
#
record(bo, "$(P)Link:TxMode-Sel") {
record(bo, "$(P)Link$(S=:)TxMode-Sel") {
field(DESC, "Data mode")
field(DTYP, "Obj Prop bool")
field(OUT , "@OBJ=$(OBJ), PROP=Enable")
Expand Down

0 comments on commit 3722ce5

Please sign in to comment.