Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 2, 2024
1 parent b0b967c commit 5d0a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/stepper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@ hal_timer_t Stepper::block_phase_isr() {

if (TERN1(HAS_LA_WITH_SLOWDOWN, la_active)) {
// Apply LA scaling and discount the effect of frequency scaling
const bool use_advance_dividend = TERN1(LA_ZERO_SLOWDOWN, bool(current_block->steps.e))
const bool use_advance_dividend = TERN1(LA_ZERO_SLOWDOWN, bool(current_block->steps.e));
const int32_t steps = use_advance_dividend ? advance_dividend.e : current_block->step_event_count;
la_dividend = (steps << current_block->la_scaling) << oversampling_factor;
}
Expand Down

0 comments on commit 5d0a427

Please sign in to comment.