Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
fix: Fix naming in mrmevrbase.template.
Browse files Browse the repository at this point in the history
  • Loading branch information
javicereijo authored and jerzyjamroz committed Apr 14, 2020
1 parent 0c12d79 commit ec81afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evrMrmApp/Db/mrmevrbase.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ record(mbbo, "$(PSRC)Clk-SP") {
field(ONST, "Internal")
field(ZRVL, "0")
field(ONVL, "1")
field(FLNK, "$(P)Src:Clk-RB")
field(FLNK, "$(PSRC)Clk-RB")
}

record(mbbi, "$(PSRC)Clk-RB") {
Expand Down

0 comments on commit ec81afa

Please sign in to comment.