pmac Enable PV successfully tested

This commit is contained in:
Michele Brambilla
2022-03-07 16:40:46 +01:00
committed by brambilla_m
parent fbf2331a05
commit 403eecafae
4 changed files with 26 additions and 19 deletions

View File

@@ -183,7 +183,10 @@ public:
friend class pmacAxis;
protected:
pmacV3Axis **pAxes_; /**< Array of pointers to axis objects */
int enableAxis_;
int axisState_;
};
#endif /* pmacController_H */