Skip to content

Commit

Permalink
Remove redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrazier committed Mar 19, 2023
1 parent 41edc1c commit e8b0f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,6 @@ hal_timer_t Stepper::calc_timer_interval(uint32_t step_rate) {
- ((uint16_t(pgm_read_word(table_address + 2)) * uint8_t(step_rate & 0x0007)) >> 3);
}
else {
step_rate = 0;
return uint16_t(pgm_read_word(uintptr_t(speed_lookuptable_slow)));
}

Expand Down

0 comments on commit e8b0f38

Please sign in to comment.