From e59b159e4a4a8ce71910aa0118c1cf78cd2e4ad0 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 28 Jul 2004 20:02:16 +0000 Subject: [PATCH] Fixed "MM300Setup" typo. --- motorApp/NewportSrc/NewportRegister.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/motorApp/NewportSrc/NewportRegister.cc b/motorApp/NewportSrc/NewportRegister.cc index 27424a1a..98d242a4 100644 --- a/motorApp/NewportSrc/NewportRegister.cc +++ b/motorApp/NewportSrc/NewportRegister.cc @@ -2,9 +2,9 @@ FILENAME... NewportRegister.cc USAGE... Register Newport motor device driver shell commands. -Version: $Revision: 1.4 $ +Version: $Revision: 1.5 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2004-07-16 19:28:01 $ +Last Modified: $Date: 2004-07-28 20:02:16 $ */ /***************************************************************** @@ -38,7 +38,7 @@ static const iocshArg * const NewportSetupArgs[2] = {&setupArg0, &setupArg1}; static const iocshArg * const NewportConfigArgs[3] = {&configArg0, &configArg1, &configArg2}; -static const iocshFuncDef setupMM3000 = {"MM300Setup", 2, NewportSetupArgs}; +static const iocshFuncDef setupMM3000 = {"MM3000Setup", 2, NewportSetupArgs}; static const iocshFuncDef setupMM4000 = {"MM4000Setup",2, NewportSetupArgs}; static const iocshFuncDef setupPM500 = {"PM500Setup", 2, NewportSetupArgs}; static const iocshFuncDef setupESP300 = {"ESP300Setup",2, NewportSetupArgs};