mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-03 12:20:55 +00:00
HAL_*_TIMER_RATE => *_TIMER_RATE
This commit is contained in:
parent
928e50e724
commit
4dbec774b5
12 changed files with 25 additions and 25 deletions
Marlin/src/module
|
@ -1443,7 +1443,7 @@ void Stepper::stepper_pulse_phase_isr() {
|
|||
uint32_t Stepper::stepper_block_phase_isr() {
|
||||
|
||||
// If no queued movements, just wait 1ms for the next move
|
||||
uint32_t interval = (HAL_STEPPER_TIMER_RATE / 1000);
|
||||
uint32_t interval = (STEPPER_TIMER_RATE / 1000);
|
||||
|
||||
// If there is a current block
|
||||
if (current_block) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue