Minor changes to SINQ drivers:

- Fixed enable/disable at MasterMACS
This commit is contained in:
2024-08-20 11:12:18 +02:00
parent 64c8b08ce4
commit adf8b30692
6 changed files with 12 additions and 6 deletions

View File

@@ -279,6 +279,7 @@ EuroMoveAxis::EuroMoveAxis(EuroMoveController *pC, int axisNo)
pC_(pC)
{
motNo = axisNo;
next_poll = -1;
}