This commit is contained in:
Matthew Kennedy 2020-07-29 02:50:23 -07:00
parent 8508be5ebd
commit cd696acbe2
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;
};