Skip to content
Snippets Groups Projects
Commit 95223cb2 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Remove dead code from stepper.h

These values are always supplied by `Conditionals_post.h`.
parent 6fe39e61
Branches
Tags
No related merge requests found
......@@ -50,18 +50,6 @@
// Estimate the amount of time the Stepper ISR will take to execute
//
#ifndef MINIMUM_STEPPER_PULSE
#define MINIMUM_STEPPER_PULSE 0UL
#endif
#ifndef MAXIMUM_STEPPER_RATE
#if MINIMUM_STEPPER_PULSE
#define MAXIMUM_STEPPER_RATE (1000000UL / (2UL * (unsigned long)(MINIMUM_STEPPER_PULSE)))
#else
#define MAXIMUM_STEPPER_RATE 500000UL
#endif
#endif
#ifdef CPU_32_BIT
// The base ISR takes 792 cycles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment