Skip to content

Commit

Permalink
Minor adjust in UTAG setpoint record name
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulosm authored and jerzyjamroz committed Nov 21, 2023
1 parent 8c90ea4 commit 75509b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evrApp/Db/evrevent.db
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ record(calc, "$(EN)Cnt-I") {
# EN = record name prefix
# OBJ = EVR devObj name
# CODE = Event code (hardware)
record(int64out, "$(EN)UTAG-SP") {
record(int64out, "$(EN)-UTag-SP") {
field(DTYP, "UTAG Source")
field(OUT , "@OBJ=$(OBJ),Code=$(CODE)")
field(VAL , "0")
Expand Down

0 comments on commit 75509b9

Please sign in to comment.