From fcc991e0d50563d512b0508638d7d2b0b90fc9dc Mon Sep 17 00:00:00 2001
From: MarkRivers <rivers@cars.uchicago.edu>
Date: Sun, 27 Mar 2005 23:39:14 +0000
Subject: [PATCH] Fixed typo

---
 iocBoot/iocvxWorks/pid_slow.substitutions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocBoot/iocvxWorks/pid_slow.substitutions b/iocBoot/iocvxWorks/pid_slow.substitutions
index cda5bbb..08b309f 100755
--- a/iocBoot/iocvxWorks/pid_slow.substitutions
+++ b/iocBoot/iocvxWorks/pid_slow.substitutions
@@ -4,6 +4,6 @@ file "$(STD)/stdApp/Db/pid_control.db"
 {
 pattern
 {P,      PID,              INP,        OUT, LOPR,   HOPR,  DRVL, DRVH,  PREC,      KP,  KI,   KD,  SCAN}
-{xxx:,   pid_slow, xxx:IP300_1, xxx:DAC3_1,    0,    100,     0,    5,     3,     0.2,  3.,   0.,  ".1 second"}
+{xxx:,   pid_slow, xxx:IP330_1, xxx:DAC3_1,    0,    100,     0,    5,     3,     0.2,  3.,   0.,  ".1 second"}
 }
 
-- 
GitLab