Updated the first-time-poll of C804 Axis

This commit is contained in:
2024-09-18 13:19:32 +02:00
parent 001b712900
commit 36b6e8b991
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ public:
asynStatus stop(double acceleration);
asynStatus home(double minVelocity, double maxVelocity, double acceleration, int forwards);
asynStatus poll(bool *moving);
asynStatus poll_inner(bool *moving);
asynStatus poll_no_param_lib_update(bool *moving);
asynStatus enable(int on);
protected: