2 parents 0de7d5a + 3a451e2 commit bc0d7fdCopy full SHA for bc0d7fd
1 file changed
src/StepperMotor.cpp
@@ -11,7 +11,7 @@
11
StepperMotor::StepperMotor(int pp, float _R, float _KV, float _Lq, float _Ld)
12
: FOCMotor()
13
{
14
- // number od pole pairs
+ // number of pole pairs
15
pole_pairs = pp;
16
// save phase resistance number
17
phase_resistance = _R;
0 commit comments