Fixed typo in Direction record

This commit is contained in:
MarkRivers
2011-09-21 18:20:08 +00:00
parent 14d1f5914a
commit a2cf8c90b0
+1 -1
View File
@@ -74,7 +74,7 @@ record(waveform,"$(P)$(R)M$(M)FollowingErrors") {
record(longout,"$(P)$(R)M$(M)Direction") {
field(DESC, "$(ADDR) direction")
field(PINI, "YES")
field(DOL, "$MOTOR).DIR CP MS")
field(DOL, "$(MOTOR).DIR CP MS")
field(OMSL, "closed_loop")
field(DTYP, "asynInt32")
field(OUT, "@asyn($(PORT),$(ADDR),$(TIMEOUT))PROFILE_MOTOR_DIRECTION")