Skip to content
Snippets Groups Projects
Commit 23cb899c authored by AnHardt's avatar AnHardt
Browse files

removed function step_wait() from stepper.cpp

removed function step_wait() from stepper.cpp because its used nowhere.
parent 4f35de99
No related branches found
No related tags found
No related merge requests found
......@@ -238,12 +238,6 @@ void st_wake_up() {
ENABLE_STEPPER_DRIVER_INTERRUPT();
}
void step_wait(){
for(int8_t i=0; i < 6; i++){
}
}
FORCE_INLINE unsigned short calc_timer(unsigned short step_rate) {
unsigned short timer;
if(step_rate > MAX_STEP_FREQUENCY) step_rate = MAX_STEP_FREQUENCY;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment