From 5f292c9368f38ad85e23dd762b222dbb2b3888ea Mon Sep 17 00:00:00 2001 From: kmpeters Date: Thu, 13 Jun 2013 18:02:24 +0000 Subject: [PATCH] Added RTRY to asyn_motor.db with a default value so that existing templates aren't broken. --- motorApp/Db/asyn_motor.db | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/Db/asyn_motor.db b/motorApp/Db/asyn_motor.db index b90cea40..07dcd044 100644 --- a/motorApp/Db/asyn_motor.db +++ b/motorApp/Db/asyn_motor.db @@ -20,6 +20,7 @@ record(motor, "$(P)$(M)") { field(DHLM, "$(DHLM)") field(DLLM, "$(DLLM)") field(INIT, "$(INIT)") + field(RTRY, "$(RTRY=10)") field(TWV, "1") }