Followup to math patch
This commit is contained in:
parent
f07260c33f
commit
d9154ebdf6
1 changed files with 2 additions and 2 deletions
|
@ -1159,9 +1159,9 @@ HAL_STEP_TIMER_ISR {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CPU_32_BIT
|
#ifdef CPU_32_BIT
|
||||||
#define STEP_MULTIPLY(A,B) MultiU32X24toH32(A, B);
|
#define STEP_MULTIPLY(A,B) MultiU32X24toH32(A, B)
|
||||||
#else
|
#else
|
||||||
#define STEP_MULTIPLY(A,B) MultiU24X32toH16(A, B);
|
#define STEP_MULTIPLY(A,B) MultiU24X32toH16(A, B)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void Stepper::isr() {
|
void Stepper::isr() {
|
||||||
|
|
Reference in a new issue