Fixed wrong docstring
This commit is contained in:
+2
-2
@@ -76,8 +76,8 @@ class HIDDEN sinqAxis : public asynMotorAxis {
|
||||
|
||||
- Call the `doPoll` method
|
||||
|
||||
- Reset motorStatusProblem_, motorStatusCommsError_ and motorMessageText_ if
|
||||
doPoll returned asynSuccess
|
||||
- Reset motorStatusProblem_, motorStatusCommsError_ and motorErrorMessage_
|
||||
if doPoll returned asynSuccess
|
||||
|
||||
- If the movement timeout watchdog has been started, check it.
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Stefan Mathis, November 2024
|
||||
#include <memory>
|
||||
|
||||
#define motorMessageIsFromDriverString "MOTOR_MESSAGE_DRIVER"
|
||||
#define motorMessageTextString "MOTOR_ERROR_MESSAGE"
|
||||
#define motorErrorMessageString "MOTOR_ERROR_MESSAGE"
|
||||
#define IncrementalEncoder "incremental"
|
||||
#define AbsoluteEncoder "absolute"
|
||||
#define NoEncoder "none"
|
||||
|
||||
Reference in New Issue
Block a user