From d4b467322df59f789aa754a289d2fe850f8196ad Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Mon, 15 Apr 2013 23:46:13 +0000 Subject: [PATCH] Minor change in iocsh prompt --- motorApp/NewportSrc/AG_UC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/AG_UC.cpp b/motorApp/NewportSrc/AG_UC.cpp index 44a58270..e6746c75 100644 --- a/motorApp/NewportSrc/AG_UC.cpp +++ b/motorApp/NewportSrc/AG_UC.cpp @@ -326,7 +326,7 @@ asynStatus AG_UCAxis::poll(bool *moving) /** Code for iocsh registration */ static const iocshArg AG_UCCreateControllerArg0 = {"Port name", iocshArgString}; -static const iocshArg AG_UCCreateControllerArg1 = {"MCB-4B port name", iocshArgString}; +static const iocshArg AG_UCCreateControllerArg1 = {"Serial port name", iocshArgString}; static const iocshArg AG_UCCreateControllerArg2 = {"Number of axes", iocshArgInt}; static const iocshArg AG_UCCreateControllerArg3 = {"Moving poll period (ms)", iocshArgInt}; static const iocshArg AG_UCCreateControllerArg4 = {"Idle poll period (ms)", iocshArgInt};