This commit is contained in:
Matthew Kennedy 2020-07-29 02:50:23 -07:00
parent f2de8e425f
commit c1a0b4424d
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ public:
void step(bool positive) override;
private:
DcMotor* m_motorPhaseA;
DcMotor* m_motorPhaseB;
DcMotor* m_motorPhaseA = nullptr;
DcMotor* m_motorPhaseB = nullptr;
uint8_t m_phase = 0;
};