Minor change in iocsh prompt

This commit is contained in:
MarkRivers
2013-04-15 23:46:13 +00:00
parent 7e226e769b
commit d4b467322d
+1 -1
View File
@@ -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};