Skip to content

Commit

Permalink
Merge pull request #10 from jwlodek/fix-iocsh-var-name
Browse files Browse the repository at this point in the history
Fix typo in iocsh arg name for motorSimConfigAxis
  • Loading branch information
kmpeters authored Jun 12, 2024
2 parents cdea874 + 65bcd17 commit 4924bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motorSimApp/src/motorSimDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ static void motorSimCreateContollerCallFunc(const iocshArgBuf *args)
motorSimCreateController(args[0].sval, args[1].ival, args[2].ival, args[3].ival);
}

static const iocshArg motorSimConfigAxisArg0 = { "Post name", iocshArgString};
static const iocshArg motorSimConfigAxisArg0 = { "Port name", iocshArgString};
static const iocshArg motorSimConfigAxisArg1 = { "Axis #", iocshArgInt};
static const iocshArg motorSimConfigAxisArg2 = { "High limit", iocshArgInt};
static const iocshArg motorSimConfigAxisArg3 = { "Low limit", iocshArgInt};
Expand Down

0 comments on commit 4924bf4

Please sign in to comment.