From 6f6394db317e9b453d0cb3231f036f17dca8c8f9 Mon Sep 17 00:00:00 2001
From: Keenan Lang <klang@aps.anl.gov>
Date: Wed, 21 Mar 2018 17:54:52 -0500
Subject: [PATCH] Changed macro name

---
 iocBoot/iocxxx/examples/motors.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocBoot/iocxxx/examples/motors.cmd b/iocBoot/iocxxx/examples/motors.cmd
index 26a5e5c..724041c 100644
--- a/iocBoot/iocxxx/examples/motors.cmd
+++ b/iocBoot/iocxxx/examples/motors.cmd
@@ -3,7 +3,7 @@ dbLoadTemplate("substitutions/motor.substitutions", "P=$(PREFIX)")
 #dbLoadTemplate("substitutions/softMotor.substitutions", "P=$(PREFIX)")
 #dbLoadTemplate("substitutions/pseudoMotor.substitutions", "P=$(PREFIX)")
 
-#iocshLoad("$(MOTOR)/iocsh/motorSim.iocsh", "INSTANCE=motorSim, HOME=0, NUM_AXES=16, SUB=substitutions/motorSim.substitutions")
+#iocshLoad("$(MOTOR)/iocsh/motorSim.iocsh", "INSTANCE=motorSim, HOME_POS=0, NUM_AXES=16, SUB=substitutions/motorSim.substitutions")
 
 # Allstop, alldone
 iocshLoad("$(MOTOR)/iocsh/allstop.iocsh", "P=$(PREFIX)")
-- 
GitLab