Skip to content

Commit

Permalink
fixed name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dohnarms committed Mar 23, 2018
1 parent 2ace74f commit 59ad7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aliveApp/Db/aliveMSGCalc.db
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Here, when MSG is non-zero, something has happened that needs attention,
# depending on the set bit.

record(calcout, "$(P)aliveCalcMSG")
record(calcout, "$(P)aliveMSGCalc")
{
field(DESC, "calculates alive.MSG")
field(SCAN, "10 second")
Expand Down
2 changes: 1 addition & 1 deletion aliveApp/Db/aliveMSGCalc_local.req
Original file line number Diff line number Diff line change
@@ -1 +1 @@
file calcout_settings.req P=$(P)aliveCalcMSG
file calcout_settings.req P=$(P)aliveMSGCalc

0 comments on commit 59ad7fd

Please sign in to comment.